All Products
Search
Document Center

Cloud Backup:DescribeVaultReplicationRegions

Last Updated:Dec 19, 2024

Queries the regions that support cross-region replication.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TokenstringNo

This parameter is deprecated.

01W3ZZOQ
VaultIddeprecatedstringNo

This parameter is deprecated.

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.

RegionIdstring

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