Stops an accuracy self-test task.
Operation description
Stops an accuracy self-test task.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AccuracyTestTaskId |
string |
No |
The ID of the accuracy test task. |
692abb8f-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
| WorkspaceId |
string |
No |
The ID of the workspace. |
8wfig6l33n4f4xxxxxxxxxx |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
E0D21075-xxx-FD8AD04A63B6 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the call failed. |
UnknownError |
Examples
Success response
JSON format
{
"RequestId": "E0D21075-xxx-FD8AD04A63B6",
"Success": true,
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.