Submits a data backup task by calling the PutStartBackup operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:PutStartBackup |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID of the DRDS instance. |
drds****c6vxxyzd |
| BackupMode |
string |
No |
The backup mode. For more information, see Backup modes. Valid values:
|
phy |
| BackupLevel |
string |
No |
The backup level. Valid values:
|
db |
| BackupDbNames |
string |
No |
The list of databases to back up if you perform a database-level backup. Separate multiple database names with commas (,). |
db_1, db_2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
5D64DE5944A1E541E0****** |
| Result |
string |
The description of the request result. |
success |
| Success |
boolean |
Indicates whether the API request is successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "5D64DE5944A1E541E0******",
"Result": "success",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.