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.
URI
POST /v3/migrates
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
all_regions |
Yes |
Boolean |
Whether to trigger migration in other regions Default: true |
reservation |
Yes |
Float |
Default capacity expansion ratio of the vault. The value ranges from 0 to 1. Minimum: 0 Maximum: 1 Default: 0.2 |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
{User defined key} |
Map<String,String> |
OK |
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