Operasi ini menjeda backup plan DBS.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dbs:StopBackupPlan |
update |
*BackupPlan
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| BackupPlanId |
string |
Yes |
ID dari backup plan. |
dbstooi01XXXX |
| StopMethod |
string |
Yes |
Metode yang digunakan untuk menjeda backup plan. Nilai yang valid:
|
ALL |
| ClientToken |
string |
No |
Token client untuk memastikan idempotensi permintaan. Ini mencegah permintaan yang sama dikirim berulang kali. |
ETnLKlblzczshOTUbOCzxxxxxxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
Kode status HTTP. |
200 |
| RequestId |
string |
ID permintaan. |
D6E068C3-25BC-455A-85FE-45F0B22ECB1F |
| ErrCode |
string |
Kode kesalahan. |
Param.NotFound |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. |
true |
| ErrMessage |
string |
Pesan kesalahan. |
The specified parameter %s value is not valid. |
| BackupPlanId |
string |
ID dari backup plan. |
dbs1h****usfa |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F",
"ErrCode": "Param.NotFound",
"Success": true,
"ErrMessage": "The specified parameter %s value is not valid. ",
"BackupPlanId": "dbs1h****usfa"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | Request.Forbidden | Have no Permissions |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.