All Products
Search
Document Center

Security Center:ModifyRiskCheckStatus

Last Updated:Feb 20, 2024

Modifies the status of a check item in the results of a check task You can ignore or cancel ignoring the check item.

Operation description

This operation is phased out. You can use the following operations:

-To ignore a check item, use the AddCheckResultWhiteList operation.

-To cancel ignoring a check item, use the RemoveCheckResultWhiteList operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

183.223.XX.XX
LangstringNo

The language of the content within the request and response. Valid values:

  • zh: Chinese
  • en: English
zh
ItemIdlongYes

The ID of the check item.

37
TaskIdlongYes

The ID of the check task to which the check item belongs.

57
StatusstringYes

The method to handle the check item. Valid values:

  • ignored: ignores the check item
  • reset: cancels ignoring the check item
ignored

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

48D2E9A9-A1B0-4295-B727-0995757C47E9

Examples

Sample success responses

JSONformat

{
  "RequestId": "48D2E9A9-A1B0-4295-B727-0995757C47E9"
}

Error codes

HTTP status codeError codeError messageDescription
400RiskItemNotFinishedRiskItem not finished.-
400NoPermissionno permission-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.