All Products
Search
Document Center

Enterprise Distributed Application Service:QueryMigrateRegionList

Last Updated:Mar 01, 2024

Queries the namespaces to which an instance can be migrated.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /pop/v5/resource/migrate_region_select

Request parameters

ParameterTypeRequiredDescriptionExample
LogicalRegionIdstringNo

The ID of the namespace.

cn-hangzhou:test

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The message that is returned.

success
RequestIdstring

The ID of the request.

b197-40ab-9155-7ca7
RegionEntityListobject []

The namespaces.

RegionNamestring

The name of the namespace.

Beta
RegionNostring

The ID of the namespace.

cn-beijing:beta

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
No change history