All Products
Search
Document Center

Cloud Backup:DescribeVaultReplicationRegions

Last Updated:Mar 03, 2024

Queries the regions that support cross-region replication.

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 parameters

ParameterTypeRequiredDescriptionExample
TokenstringNo

The access token.

01W3ZZOQ
VaultIdstringNo

The ID of the backup vault.

v-00030j3c******sn

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code. The status code 200 indicates that the call is successful.

200
Messagestring

The message that is returned. If the call is successful, "successful" is returned. If the call fails, an error message is returned.

successful
RequestIdstring

The ID of the request.

F4EEB401-DD21-588D-AE3B-1E835C7655E1
Successboolean

Indicates whether the call is successful.

  • true: The call is successful.
  • false: The call fails.
true
Regionsarray

The regions that support cross-region replication.

string

The regions that support cross-region replication.

cn-hangzhou

Examples

Sample success responses

JSONformat

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

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history