Queries the namespaces to which an instance can be migrated.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /pop/v5/resource/migrate_region_select
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
LogicalRegionId | string | No | The ID of the namespace. | cn-hangzhou:test |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "success",
"RequestId": "b197-40ab-9155-7ca7",
"RegionEntityList": {
"RegionEntity": [
{
"RegionName": "Beta",
"RegionNo": "cn-beijing:beta"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history