All Products
Search
Document Center

ApsaraDB RDS:DescribeImportTaskValidation

Last Updated:Apr 18, 2026

Queries the details of an import task precheck and returns the specific precheck items and their results.

Operation description

Queries the details of an import task precheck.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

TaskId

integer

Yes

The ID of the import task precheck. This ID is returned by the ValidateImportTask operation.

41698****

DbInstanceId

string

Yes

The instance ID. You can call the DescribeDBInstances operation to obtain this ID.

rm-xjkljj****

Response elements

Element

Type

Description

Example

object

The returned data.

RequestId

string

The request ID.

3E36DB6E-AE3B-53B6-A703-85F883FD1B2C

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Status

string

The task status. This parameter is no longer used.

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.