Updated on 2026-02-02 GMT+08:00

Listing Regions Where Image Synchronization Is Supported

Description

List the regions where image synchronization is supported.

API Calling

For details, see Calling APIs.

Authorization Information

Each account has all of the permissions required to call all APIs, but IAM users must have the required permissions specifically assigned.

URI

GET /v2/manage/regions

Request Parameters

Table 1 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token. You can obtain the token by calling the IAM API used to obtain a user token.

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

[items]

Array of RegionInfo objects

Region

Table 3 RegionInfo

Parameter

Type

Description

regionID

String

Region ID.

Example Request

None

Example Response

Status code: 200

The list of regions where image synchronization is supported has been obtained.

[ {
  "regionID" : "cn-north-4"
} ]

Status Codes

Status Code

Description

200

The list of regions where image synchronization is supported has been obtained.

Error Codes

For details, see Error Codes.