Memperpanjang jadwal pencadangan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dbs:RenewBackupPlan |
update |
*BackupPlan
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| BackupPlanId |
string |
Yes |
ID jadwal pencadangan. |
dbstooi01exxx |
| Period |
string |
Yes |
Apakah akan menggunakan langganan tahunan atau langganan bulanan untuk Instans. Nilai valid:
|
Month |
| UsedTime |
integer |
Yes |
Durasi langganan Instans. Nilai valid:
|
1 |
| ClientToken |
string |
No |
token Klien yang digunakan untuk memastikan idempotensi permintaan. |
HKAJHFIUEQWBFIJSNFOIWHN |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The ID of the request. |
D6E068C3-25BC-455A-85FE-45F0B22ECB1F |
| ErrCode |
string |
The error code. |
Param.NotFound |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| ErrMessage |
string |
The error message. |
The specified parameter %s value is not valid. |
| BackupPlanId |
string |
The ID of the backup schedule. |
dbstooi01exxx |
| OrderId |
string |
The ID of the order. |
202020202020 |
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": "dbstooi01exxx",
"OrderId": "202020202020"
}
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.