DescribeImportTaskValidation
Retrieves the details of an import task validation, including the validation items and their results.
Operation description
Retrieves the details of an import task validation.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
integer |
Yes |
The task ID. The ValidateImportTask operation returns this ID. |
41698**** |
| DbInstanceId |
string |
Yes |
The instance ID. You can call the DescribeDBInstances operation to query instance IDs. |
rm-xjkljj**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
3E36DB6E-AE3B-53B6-A703-85F883FD1B2C |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Status |
string |
The task status. |
COMPLETED |
| Detail |
string |
The task details. |
{"ValidateAction": "Detail"} |
Examples
Success response
JSON format
{
"RequestId": "3E36DB6E-AE3B-53B6-A703-85F883FD1B2C",
"Success": true,
"Status": "COMPLETED",
"Detail": "{\"ValidateAction\": \"Detail\"}"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidDBInstanceEngineType.Format | the DB instance engine type does not support this operation. | This operation is not supported for the database engine of the instance. |
| 403 | IncorrectDBInstanceType | Current DB instance type does not support this operation. | The operation failed. The RDS instance is not in a ready state. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.