You can call this operation to query the processing status of alerts that are triggered by the same rule or rules of the same type.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeSecurityEventOperationStatus |
The operation that you want to perform. Set the value to DescribeSecurityEventOperationStatus. |
SourceIp | String | Yes | 1.2.3.4 |
The source IP address of the request. |
TaskId | Long | No | 12121 |
The ID of the task that manages the alerts. |
SecurityEventIds.N | RepeatList | No | ["909361"] |
The list of alert IDs. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 1683940A-E4AE-4473-8C40-F4075434B76B |
The ID of the request. |
SecurityEventOperationStatusResponse | Struct |
The response of the request. |
|
TaskStatus | Integer | Success |
The status of the task that manages the alerts. Valid values:
|
SecurityEventOperationStatuses | Array |
The list of the processing status of the alerts. |
|
SecurityEventId | String | 12321 |
The ID of the alert. |
Status | String | Success |
The processing status of the alert. Valid values:
|
ErrorCode | Integer | ignore.Success |
The code indicating the processing result of the alert. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeSecurityEventOperationStatus
&<Common request parameters>
Sample success response
XML
format
<SecurityEventOperationStatusResponse>
<SecurityEventOperationStatuses>
<Status>Success</Status>
<SecurityEventId>908872</SecurityEventId>
<ErrorCode>ignore.Success</ErrorCode>
</SecurityEventOperationStatuses>
<SecurityEventOperationStatuses>
<Status>Success</Status>
<SecurityEventId>909758</SecurityEventId>
<ErrorCode>ignore.Success</ErrorCode>
</SecurityEventOperationStatuses>
<SecurityEventOperationStatuses>
<Status>Success</Status>
<SecurityEventId>910655</SecurityEventId>
<ErrorCode>ignore.Success</ErrorCode>
</SecurityEventOperationStatuses>
<TaskStatus>Success</TaskStatus>
<requestId>1683940A-E4AE-4473-8C40-F4075434B76B</requestId>
</SecurityEventOperationStatusResponse>
JSON
format
{
"SecurityEventOperationStatusResponse": {
"SecurityEventOperationStatuses": [{
"Status": "Success",
"SecurityEventId": 908872,
"ErrorCode": "ignore.Success"
}, {
"Status": "Success",
"SecurityEventId": 909758,
"ErrorCode": "ignore.Success"
}, {
"Status": "Success",
"SecurityEventId": 910655,
"ErrorCode": "ignore.Success"
}],
"TaskStatus": "Success"
},
"requestId": "1683940A-E4AE-4473-8C40-F4075434B76B"
}
Error codes
For a list of error codes, visit the API Error Center.