You can call this operation to manage alerts.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
SecurityEventIds.N | RepeatList | No | ["909361"] |
The ID of the alert. |
OperationCode | String | No | ignore |
The action that is used to manage alerts. Valid values:
|
OperationParams | String | No | {"expireTime":1578475919533} |
The parameter values of the operation that manages alerts of the same type at the same time. Values of OperationCode include:
and
Other values indicate that parameter OperationParams is optional. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | D929B6F9-EE5E-4F26-A22F-65D4088B6F24 |
The ID of the request. |
HandleSecurityEventsResponse | Struct |
The response of the processing result. |
|
TaskId | Long | 3187 |
The ID of the task that manages the alerts. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=HandleSecurityEvents
&<Common request parameters>
Sample success response
XML
format
<HandleSecurityEventsResponse>
<TaskId>3817</TaskId>
</HandleSecurityEventsResponse>
<requestId>D929B6F9-EE5E-4F26-A22F-65D4088B6F24</requestId>
JSON
format
{
"HandleSecurityEventsResponse": {
"TaskId": 3817
},
"requestId": "D929B6F9-EE5E-4F26-A22F-65D4088B6F24"
}
Error codes
For a list of error codes, visit the API Error Center.