Skip to main content

DescribeSecurityEventOperationStatus

Description

call DescribeSecurityEventOperationStatus query to batch process the processing status list of all alarms triggered by the same rule or the same rule type.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeSecurityEventOperationStatus

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
TaskIdBODYlongNo12121ID of the task that handles security alarm events.
SecurityEventIds.NBODYrepeatlistNo["909361"]ID list of security alarm events.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
SecurityEventOperationStatusesarrayNo sample value for this parameter.the same security alarm event processing status list.
StatusstringSuccessthe processing status of security alerts. Processing: task processing Success: The task was successfully executed Failed: task execution failed
SecurityEventIdstring12321ID of the security alarm event.
SecurityEventOperationStatusResponsestructNo sample value for this parameter.the result of the security alarm event processing status is returned.
RequestIdstring1683940A-E4AE-4473-8C40-F4075434B76Brequest ID of the result.
ErrorCodestringignore.Successreturn Code information for handling security alarm events.
TaskStatusstringSuccesstask status for handling security alarm events. Processing: processing Success: processing successfully Failure: processing failed Pending: waiting

Example

Successful Response example

{
"SecurityEventOperationStatuses":"",
"Status":"Success",
"SecurityEventId":"12321",
"SecurityEventOperationStatusResponse":"",
"RequestId":"1683940A-E4AE-4473-8C40-F4075434B76B",
"ErrorCode":"ignore.Success",
"TaskStatus":"Success"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}