All Products
Search
Document Center

Cloud Backup:CreateVaultReplication

Last Updated:Jun 11, 2026

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

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

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: The request was successful.

  • false: The request failed.

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 is returned. If the request fails, an error message is returned.

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.