Verifies risk items that are detected based on check items.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CheckIds | array | No | An array that consists of the IDs of risk items. | |
long | No | The ID of the risk item. NoteYou can call the ListCheckResult operation to query the ID of the risk item. | 25 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7C0A3FA0-AA32-5660-8989-85A5582F****",
"Data": {
"OperateCode": "Throttling"
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalParam | Illegal param | - |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.