Initiates an accuracy self-test task.
Operation description
Initiates an accuracy self-test task.
Try it now
Test
RAM authorization
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 |
| 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.