This operation starts a DBS backup plan.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dbs:StartBackupPlan |
update |
*BackupPlan
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| BackupPlanId |
string |
Yes |
The ID of the backup plan. Call the DescribeBackupPlanList operation to obtain the value of this parameter. |
dbsqdss5tmh**** |
| ClientToken |
string |
No |
A client token that is used to ensure the idempotence of the request. |
ETnLKlblzczshOTUbOCzxxxxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The details of the response. |
||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The ID of the request. |
D13761C3-9971-5C02-B789-3F3CD159**** |
| ErrCode |
string |
The error code. |
Param.NotFound |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| ErrMessage |
string |
The error message. |
The specified parameter %s value is not valid. |
| CreatedFullBackupsetId |
string |
The ID of the full backup set. |
1h7toien3**** |
| BackupPlanId |
string |
The ID of the backup plan. |
dbsqdss5tm**** |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "D13761C3-9971-5C02-B789-3F3CD159****",
"ErrCode": "Param.NotFound",
"Success": true,
"ErrMessage": "The specified parameter %s value is not valid. ",
"CreatedFullBackupsetId": "1h7toien3****",
"BackupPlanId": "dbsqdss5tm****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | Request.Forbidden | Have no Permissions |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.