Stops backup vault replication.
Operation description
You can call this method in the region of the destination backup vault.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request 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 leave this parameter empty, the region where you call the API is used. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
|
RequestId |
string |
The request ID. |
C438054F-9088-5D1B-AED0-0EA86D9C65F4 |
|
Success |
boolean |
Indicates whether the request is successful.
|
true |
|
Code |
string |
The return code. A value of 200 indicates that the request is successful. |
200 |
|
Message |
string |
The message returned. If the request is successful, |
successful |
Examples
Success response
JSON format
{
"RequestId": "C438054F-9088-5D1B-AED0-0EA86D9C65F4",
"Success": true,
"Code": "200",
"Message": "successful"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.