Mengonfigurasi replikasi penyimpanan cadangan.
Deskripsi operasi
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.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ReplicationSourceVaultId |
string |
Yes |
ID penyimpanan cadangan sumber. |
v-********************* |
| ReplicationTargetVaultId |
string |
Yes |
ID penyimpanan cadangan tujuan. |
r-********************* |
| ReplicationSourceRegionId |
string |
No |
ID wilayah sumber. Jika Anda tidak menentukan parameter ini, wilayah tempat API dipanggil akan digunakan. |
cn-hangzhou |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "280DD872-EE25-52E8-9CB4-491067173DD0",
"TaskId": "t-*********************",
"Success": true,
"Code": "200",
"Message": "successful"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.