All Products
Search
Document Center

Data Security Center:ModifyEventStatus

Last Updated:Feb 27, 2024

Handles an anomalous event.

Operation description

You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.

Limits

You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this 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
LangstringNo

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

  • zh_cn: Chinese
  • en_us: English
zh_cn
IdlongYes

The ID of the anomalous event.

Note You can call the DescribeEvents operation to query the ID of the anomalous event.
12345
BackedbooleanNo

Specifies whether to enhance the detection of anomalous events. If you enhance the detection of anomalous events, the detection accuracy and the rate of triggering alerts for anomalous events are improved. Valid values:

  • true: yes
  • false: no
true
DealReasonstringNo

The reason why the anomalous event is handled.

Anomaly confirmed
StatusintegerYes

The method to handle the anomalous event. Valid values:

  • 1: marks the anomalous event as a false positive.
  • 2: confirms and handles the anomalous event.
1

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

8491DBFD-48C0-4E11-B6FC-6F38921244A9

Examples

Sample success responses

JSONformat

{
  "RequestId": "8491DBFD-48C0-4E11-B6FC-6F38921244A9"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history