Mengaktifkan cadangan inkremental untuk jadwal cadangan.
Deskripsi operasi
Impact
Enabling log backup does not incur direct charges. However, log backups generate backup traffic and storage usage. These resources are billed at the same rate as full backups. You can use the free quota from your backup plan or storage plan to offset these charges.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dbs:EnableBackupLog |
update |
*BackupPlan
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| BackupPlanId |
string |
Yes |
ID rencana cadangan. Panggil DescribeBackupPlanList untuk mendapatkan ID ini. |
dbstooi****** |
| ClientToken |
string |
No |
Token yang dihasilkan klien untuk memastikan idempotensi permintaan. |
dbs |
| EnableMysqlPhysicalBackupBinlog |
string |
No |
Apakah akan mengaktifkan cadangan log untuk cadangan fisik MySQL. Atur nilai ke |
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
D6E068C3-25BC-455A-85FE-45F0B22ECB1F |
| ErrCode |
string |
The error code. |
Param.NotFound |
| Success |
boolean |
Indicates whether the operation succeeded. Valid values:
|
true |
| ErrMessage |
string |
The error message. |
findValidDBSJob error |
| BackupPlanId |
string |
The backup plan ID. |
dbstooi****** |
| NeedPrecheck |
boolean |
Indicates whether this change triggers a precheck. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F",
"ErrCode": "Param.NotFound",
"Success": true,
"ErrMessage": "findValidDBSJob error",
"BackupPlanId": "dbstooi******",
"NeedPrecheck": true
}
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.