All Products
Search
Document Center

Cloud Backup:DescribeVaultReplicationRegions

Last Updated:Aug 28, 2026

Queries the regions that support cross-region replication.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Token

string

No

This parameter is deprecated.

01W3ZZOQ

VaultId deprecated

string

No

This parameter is deprecated.

v-00030j3c******sn

Response elements

Element

Type

Description

Example

object

Code

string

The HTTP status code. 200 indicates a successful call.

200

Message

string

The returned message. Returns "successful" on success or an error message on failure.

successful

RequestId

string

The ID of the request.

F4EEB401-DD21-588D-AE3B-1E835C7655E1

Success

boolean

Indicates whether the call is successful.

  • true: The call succeeded.

  • false: The call failed.

true

Regions

object

RegionId

array

The regions that support cross-region replication.

string

The regions that support cross-region replication.

cn-hangzhou

Examples

Success response

JSON format

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "F4EEB401-DD21-588D-AE3B-1E835C7655E1",
  "Success": true,
  "Regions": {
    "RegionId": [
      "cn-hangzhou"
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.