You can call this operation to modify the status of the result returned by a check item. You can ignore a check item or mark a check item as a false positive.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyRiskCheckStatus |
The operation that you want to perform. Set the value to ModifyRiskCheckStatus. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Lang | string | No | zh |
The language of the request and response. Valid values:
|
ItemId | Long | No | 1 |
The ID of the check item. |
TaskId | Long | No | 57 |
The ID of the check task to which the check item belongs. |
Status | String | No | ignored |
The status of the check item. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 48D2E9A9-A1B0-4295-B727-0995757C47E9 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=ModifyRiskCheckStatus
&ItemId=1
&TaskId=57
&Status=ignored
&<Common request parameters>
Sample success responses
XML
format
<ModifyRiskCheckStatus>
<RequestId>48D2E9A9-A1B0-4295-B727-0995757C47E9</RequestId>
</ModifyRiskCheckStatus>
JSON
format
{
"RequestId":"48D2E9A9-A1B0-4295-B727-0995757C47E9"
}
Error codes.
For a list of error codes, visit the API Error Center.