Queries a single task that is used to migrate the backup data of an ApsaraDB RDS for SQL Server instance to an Object Storage Service (OSS) bucket.
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
rds:DescribeMigrateTaskById | Read |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBInstanceId | string | Yes | The operation that you want to perform. Set the value to DescribeMigrateTaskById. | rm-bp11e1tzgxxxx4ox |
MigrateTaskId | string | Yes | The ID of the instance. | 235943 |
ResourceGroupId | string | No | The time when the migration task was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. | rg-acfmy***** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Status": "Success",
"EndTime": "2021-05-30T15:15:05Z",
"DBInstanceName": "rm-uf6wjk5xxxxxxxxxx",
"RequestId": "6ED3635A-01F9-47BD-B9C8-CB3FD70A336E",
"Description": "Success to DBCC checkdb asynchronously",
"CreateTime": "2020-05-30T12:11:04Z",
"DBName": "mytestdb",
"BackupMode": "FULL",
"MigrateTaskId": "235943",
"IsDBReplaced": "False"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidStartTimeAndEndTime.Malformed | The end time must be greater than the start time. | The operation failed. The end time must be later than the start time. For example, you can set the start time to 2011-05-30 T12:11:20Z and set the end time to 2011-06-08 T12:09:20Z. |
400 | InvalidMigrateTask | The specified MigrateTaskId 237360 does not exist. Please check again. | The backup data migration task with the 237360 ID cannot be found. |
403 | InvalidInstanceState | The DB instance state does not support this operation. | The operation failed. The RDS instance is unavailable. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2022-08-04 | The error codes of the API operation change.,The input parameters of the API operation change. | |||||||||||
|