Modifies the automatic backup policy of a PolarDB cluster.
You can also modify the automatic backup policy of a PolarDB cluster in the console. For more information, see Back up data.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | No | ModifyBackupPolicy |
The operation that you want to perform. Set the value to ModifyBackupPolicy. |
DBClusterId | String | Yes | pc-************* |
The ID of the cluster. Note You can call the DescribeDBClusters operation to query information about all clusters that are deployed in a specified
region, such as the cluster ID.
|
PreferredBackupPeriod | String | Yes | Monday,Tuesday |
The backup cycle. Valid values:
Note Select at least two values. Separate multiple values with commas (,).
|
PreferredBackupTime | String | Yes | 15:00Z-16:00Z |
The time period during which automatic backup is performed. The value must be in the
|
DataLevel1BackupRetentionPeriod | String | No | 3 |
The retention period of level-1 backups. Valid values: 3 to 14. Unit: days. |
DataLevel2BackupRetentionPeriod | String | No | 0 |
The retention period of level-2 backups. Valid values:
|
BackupRetentionPolicyOnClusterDeletion | String | No | NONE |
Specifies whether to retain backups when you delete a cluster. Valid values:
|
BackupFrequency | String | No | Normal |
The backup frequency. Valid values:
Note
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C5A5DF0E-5968-4DC1-882E-AC2FE7****** |
The ID of the request. |
Examples
Sample requests
http(s)://polardb.aliyuncs.com/? Action=ModifyBackupPolicy
&DBClusterId=pc-*************
&PreferredBackupPeriod=Monday,Tuesday
&PreferredBackupTime=15:00Z-16:00Z
&<Common request parameters>
Sample success responses
XML
format
<ModifyBackupPolicyResponse>
<RequestId>C5A5DF0E-5968-4DC1-882E-AC2FE7******</RequestId>
</ModifyBackupPolicyResponse>
JSON
format
{
"RequestId":"C5A5DF0E-5968-4DC1-882E-AC2FE7******"
}
Error codes
For a list of error codes, visit the API Error Center.