You can call this operation to modify the backup objects of a DBS backup schedule.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyBackupObjects |
The parameter specified by the system. Value: ModifyBackupObjects. |
BackupObjects | String | Yes | [ { "DBName":"17xxx92xxxx374", "SchemaName":"gy9xnj8xxxxxx", "TableIncludes":[{ "TableName":"test1" }], "TableExcludes":[{ "TableName":"test2" }] } ] |
The definition of BackupObjects is a JSON string:
Note
SchemaName and NewSchemaName it is used only for MSSQL, and is used for the definition of database names in other
databases. DBName and NewDBName parameter.
|
BackupPlanId | String | Yes | dbs1h****usfa |
The ID of the backup plan. |
RegionId | String | No | cn-hangzhou |
Region ID, call DescribeRegions to view the regions supported by DBS. |
ClientToken | String | No | ETnLKlblzczshOTUbOCzxxxxxxx |
The client token that is used to ensure the idempotency of the request. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
BackupPlanId | String | dbs1h****usfa |
The ID of the backup plan. |
ErrCode | String | Param.NotFound |
The error code. |
ErrMessage | String | The specified parameter %s value is not valid. |
The error message. |
HttpStatusCode | Integer | 200 |
The HTTP status code. |
NeedPrecheck | Boolean | true |
Indicates whether the PreCheck is triggered by the modification. If the value is true, you need to call the StartBackupPlan operation to start a backup plan. |
RequestId | String | D6E068C3-25BC-455A-85FE-45F0B22ECB1F |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request succeeded. |
Examples
Sample requests
http(s)://dbs-api.cn-hangzhou.aliyuncs.com/? Action=ModifyBackupObjects
&BackupObjects=[ { "DBName":"17xxx92xxxx374", "SchemaName":"gy9xnj8xxxxxx", "TableIncludes":[{ "TableName":"test1" }], "TableExcludes":[{ "TableName":"test2" }] } ]
&BackupPlanId=dbs1h****usfa
&<Common request parameters>
Sample success responses
XML
format
<ModifyBackupObjectsReponse>
<RequestId>D6E068C3-25BC-455A-85FE-45F0B22ECB1F</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<BackupPlanId>dbs1h****usfa</BackupPlanId>
<Success>true</Success>
</ModifyBackupObjectsReponse>
JSON
format
{"RequestId":"D6E068C3-25BC-455A-85FE-45F0B22ECB1F","HttpStatusCode":"200","BackupPlanId":"dbs1h****usfa","NeedPrecheck":"true","ErrMessage":"The specified parameter %s value is not valid. ","Success":"true","ErrCode":"Param.NotFound"}
Error codes
For a list of error codes, visit the API Error Center.