Skip to main content

HandleSimilarSecurityEvents

Description

call HandleSimilarSecurityEvents batch process all alarms triggered by the same rule or type.

Request Method

POST

Request Path

/apsara/route/Sas/HandleSimilarSecurityEvents

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
TaskIdBODYlongNo113ID of the task that processes all alarm events of the same type in batch.
regionIdBODYstringYesNo sample value for this parameter.region id
OperationParamsBODYstringNo{"expireTime":1578475919533}parameter values returned by operations that process similar alarm events in batch. except that the OperationCode value is kill_and_quara and block_ip , if the OperationCode is another value, the parameter value can be empty.
OperationCodeBODYstringNoignorethe type of operation for batch processing of similar alarm events. deal: handle alarms (quarantine) kill_and_quara: virus killing kill_virus: deep kill block_ip: block ignore: Ignore mark_mis_info: marked as false positive (whitelist) rm_mark_mis_info: unmarked as false positive (unwhitelist) offline_handled: marked as processed
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring1B080663-F4E6-4736-89B9-48FC43E160A7request ID of the result.

Example

Successful Response example

{
"RequestId":"1B080663-F4E6-4736-89B9-48FC43E160A7"
}

Failed Response example

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

}