All Products
Search
Document Center

Database Backup:ModifyStorageStrategy

Last Updated:Mar 03, 2024

Modifies the lifecycle of data that is backed up based on a backup schedule.

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 number of days for which the backup data is retained. Valid values: 0 to 1825.

Note Default value: 730.
dbsqdss5tmh****
BackupRetentionPeriodintegerYes

The number of days after which the storage class of the backup data is changed to Infrequent Access (IA). The value of this parameter must be smaller than the value of the DuplicationArchivePeriod parameter. For more information about the IA storage class, see Storage class overview.

Note Default value: 180.
730
DuplicationInfrequentAccessPeriodintegerYes

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

190
DuplicationArchivePeriodintegerYes

dbstest

366
ClientTokenstringNo

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

dbstest

Response parameters

ParameterTypeDescriptionExample
object

The error code.

HttpStatusCodeinteger

The ID of the backup schedule.

200
RequestIdstring

The error message.

E995F91F-6F89-503B-9F7D-502F58FD****
ErrCodestring

The number of days after which the storage class of the backup data is changed to Archive. The value of this parameter must be smaller than the value of the BackupRetentionPeriod parameter. For more information about the Archive storage class, see Storage class overview.

Note Default value: 365.
Param.NotFound
Successboolean

The ID of the request.

true
ErrMessagestring

Modifies the lifecycle of data that is backed up based on a backup schedule.

findValidDBSJob error

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "RequestId": "E995F91F-6F89-503B-9F7D-502F58FD****",
  "ErrCode": "Param.NotFound",
  "Success": true,
  "ErrMessage": "findValidDBSJob error",
  "BackupPlanId": "dbsqdss5tmh****",
  "NeedPrecheck": false
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history