All Products
Search
Document Center

Data Management:StartDataAgentAccuracyTestTask

Last Updated:Jul 03, 2026

Initiates an accuracy self-test task.

Operation description

Initiates an accuracy self-test task.

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

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

AccuracyTestInsId

string

No

The accuracy test instance ID.

at-106n4rg17gv9fxxxxxxxxxx

WorkspaceId

string

No

The ID of the workspace.

8wfig6l33n4f4xxxxxxxxxx

RegionId

string

No

The region ID.

cn-hangzhou

DmsUnit

string

No

The DMS unit used to create the resource.

cn-hangzhou

CsvFile

string

No

The accuracy test sample.

包含问题、答案[、SQL]的文件

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

D94F5232-xxx-EH0H28FGGI5I

Success

string

Indicates whether the request is successful. Valid values:

  • True: The request is successful.

  • False: The request fails.

true

ErrorCode

string

The error code returned if the request fails.

UnknownError

ErrorMessage

string

The error message.

Specified parameter Tid is not valid.

Data

object

The response struct.

AccuracyTestTaskId

string

The ID of the accuracy test task.

692abb8f-xxx-77fec862db34

Examples

Success response

JSON format

{
  "RequestId": "D94F5232-xxx-EH0H28FGGI5I",
  "Success": "true",
  "ErrorCode": "UnknownError",
  "ErrorMessage": "Specified parameter Tid is not valid.",
  "Data": {
    "AccuracyTestTaskId": "692abb8f-xxx-77fec862db34"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.