You can call this operation to manage alerts triggered by the same rule or rules of the same type.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | HandleSimilarSecurityEvents |
The operation that you want to perform. Set the value to HandleSimilarSecurityEvents. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
TaskId | Long | No | 113 |
The ID of the task that manages multiple alerts of the same type at a time. |
OperationCode | String | No | ignore |
The action that manages multiple alerts of the same type at a time.
|
OperationParams | String | No | {"expireTime":1578475919533} |
The parameter value of the action that manages multiple alerts of the same type at a time. Values of OperationCode include:
and
Other values indicate that the OperationParams parameter is optional. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 1B080663-F4E6-4736-89B9-48FC43E160A7 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=HandleSimilarSecurityEvents
&<Common request parameters>
Sample success responses
XML
format
<HandleSimilarSecurityEventsResponse>
<requestId>1B080663-F4E6-4736-89B9-48FC43E160A7</requestId>
</HandleSimilarSecurityEventsResponse>
JSON
format
{
"requestId": "1B080663-F4E6-4736-89B9-48FC43E160A7"
}
Error codes
For a list of error codes, visit the API Error Center.