All Products
Search
Document Center

Database Backup:DisableBackupLog

Last Updated:May 15, 2024

Disables the incremental log backup feature for a backup schedule.

Operation description

Impact

After you disable the incremental log backup feature, your backup schedule no longer performs incremental log backups.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
BackupPlanIdstringYes

The backup schedule ID. You can call the DescribeBackupPlanList operation to query the ID of the backup schedule.

dbstooi01xxxx
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

dbs

Response parameters

ParameterTypeDescriptionExample
object
HttpStatusCodeinteger

The HTTP status code.

200
RequestIdstring

The ID of the request.

D6E068C3-25BC-455A-85FE-45F0B22ECB1F
ErrCodestring

The error code.

Param.NotFound
Successboolean

Indicates whether the request is successful.

true
ErrMessagestring

The error message.

findValidDBSJob error
BackupPlanIdstring

The backup schedule ID.

dbstooi01xxxx
NeedPrecheckboolean

Indicates whether a precheck is triggered. Valid values:

  • true: A precheck is triggered. You must call the StartBackupPlan operation to start the backup schedule.
  • false: No precheck is triggered.
false

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ECB1F",
  "ErrCode": "Param.NotFound",
  "Success": true,
  "ErrMessage": "findValidDBSJob error",
  "BackupPlanId": "dbstooi01xxxx",
  "NeedPrecheck": false
}

Error codes

HTTP status codeError codeError message
403Request.ForbiddenHave no Permissions

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history