Retries a failed advanced download task.
Operation description
Applicable engines
RDS for MySQL (with cloud disks)
RDS for PostgreSQL
PolarDB for MySQL
MongoDB
Related documents
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dbs:RetryDownloadTask |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionCode |
string |
No |
The ID of the region where the instance resides. To query the region ID, call DescribeDBInstanceAttribute for an RDS instance or DescribeDBClusterAttribute for a PolarDB cluster. |
cn-hangzhou |
| TaskId |
string |
No |
The task ID. |
dt-example |
| InstanceName |
string |
No |
The instance ID. |
rm-example |
| ClusterName |
string |
No |
The name of the sharded cluster. This parameter is required only for MongoDB instances. |
dds-example |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Data |
string |
The details of the download task. |
暂无 |
| RequestId |
string |
The request ID. |
49FE4E8E-39B9-56DE-BC07-5AEBFAXXXXXX |
| ErrCode |
string |
The error code. |
Success |
| Success |
string |
Indicates whether the request was successful. |
True |
| ErrMessage |
string |
The error message. |
The specified parameter %s value is not valid. |
| Code |
string |
The error code. |
Success |
| Message |
string |
The error message. |
instanceName can not be empty. |
Examples
Success response
JSON format
{
"Data": "暂无",
"RequestId": "49FE4E8E-39B9-56DE-BC07-5AEBFAXXXXXX",
"ErrCode": "Success",
"Success": "True",
"ErrMessage": "The specified parameter %s value is not valid.",
"Code": "Success",
"Message": "instanceName can not be empty."
}
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.