Tenant Migration
Function
This API is used to migrate CSBS or VBS resources to CBR.
Debugging
You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, no identity policy-based permission required for calling this API.
URI
POST /v3/migrates
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
all_regions |
Yes |
Boolean |
Whether to trigger migration in other regions |
|
reservation |
Yes |
Float |
Default capacity expansion ratio of the vault. The value ranges from 0 to 1. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
{User defined key} |
Map<String,String> |
Example Requests
This API is used to migrate CSBS or VBS resources to CBR.
POST https://{endpoint}/v3/migrates
{
"all_regions" : true,
"reservation" : 0.2
}
Example Responses
Status code: 200
OK
{
"cn-north-7" : "running"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot