Configures backup vault replication.
Operation description
Call this method in the region where the destination backup vault is located. Before you use this API, review the billing methods and pricing of Cloud Backup.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
ReplicationSourceVaultId | string | Yes | The ID of the source backup vault. | v-********************* |
ReplicationTargetVaultId | string | Yes | The ID of the destination backup vault. | r-********************* |
ReplicationSourceRegionId | string | No | The ID of the source region. If you do not specify this parameter, the region where the API is called is used. | cn-hangzhou |
Response elements
Element | Type | Description | Example |
object | Schema of Response | ||
RequestId | string | The request ID. | 280DD872-EE25-52E8-9CB4-491067173DD0 |
TaskId | string | The ID of the backup vault initialization task. Use DescribeTask to query the task status. | t-********************* |
Success | boolean | Indicates whether the request was successful.
| true |
Code | string | The return code. A value of 200 indicates that the request was successful. | 200 |
Message | string | The returned message. If the request is successful, | successful |
Examples
Success response
JSON format
{
"RequestId": "280DD872-EE25-52E8-9CB4-491067173DD0",
"TaskId": "t-*********************",
"Success": true,
"Code": "200",
"Message": "successful"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.