All Products
Search
Document Center

Database Backup:ModifyStorageStrategy

Last Updated:Apr 18, 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 ID of the backup schedule. You can call the DescribeBackupPlanList operation to obtain the ID of the backup schedule.

dbsqdss5tmh****
BackupRetentionPeriodintegerYes

The number of days for which the backup data is retained. Valid values: 0 to 1825.

Note Default value: 730.
730
DuplicationInfrequentAccessPeriodintegerYes

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.
190
DuplicationArchivePeriodintegerYes

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.
366
ClientTokenstringNo

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

dbstest

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

HttpStatusCodeinteger

The HTTP status code.

200
RequestIdstring

The ID of the request.

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

The error code.

Param.NotFound
Successboolean

Indicates whether the request is successful. Valid values:

  • true: The request is successful.
  • false: The request fails.
true
ErrMessagestring

The error message.

findValidDBSJob error
BackupPlanIdstring

The ID of the backup schedule.

dbsqdss5tmh****
NeedPrecheckboolean

Indicates whether a precheck is triggered. Valid values:

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

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

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