Skip to main content

DescribeSimilarSecurityEvents

Description

query the same alarm (merge the alarm triggered by the same rule or type).

Request Method

POST

Request Path

/apsara/route/Sas/DescribeSimilarSecurityEvents

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
TaskIdBODYlongNo111task ID.
PageSizeBODYintegerNo5When paging query, the maximum number of pieces of data per page is displayed.
CurrentPageBODYintegerNo1the page number of the current page displayed when paging query.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. zh: Chinese en: English
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
SecurityEventIdlong123alarm event ID.
RequestIdstring97B9CBC6-F869-4860-9CBC-A7310F85AE8Erequest ID of the result.
PageSizeinteger20When paging query, the maximum number of pieces of data per page is displayed.
EventTypestringabnormal network connectionalarm type.
EventNamestringaccess malicious domainalarm name.
Countinteger12the number of data on the current page displayed during paging query.
SecurityEventsResponsearrayNo sample value for this parameter.same alarm list information.
OccurrenceTimelong1577379820000first occurrence time.
PageInfostructNo sample value for this parameter.paging information.
TotalCountinteger23the total number of same alarms.
Uuidstringqweeqq-13232-daweq-wqeqeuuid of the user machine.
CurrentPageinteger1the page number of the current page displayed when paging query.
LastTimelong1577441301000latest occurrence time.

Example

Successful Response example

{
"SecurityEventId":"123",
"RequestId":"97B9CBC6-F869-4860-9CBC-A7310F85AE8E",
"PageSize":"20",
"EventType":"abnormal network connection",
"EventName":"access malicious domain",
"Count":"12",
"SecurityEventsResponse":"",
"OccurrenceTime":"1577379820000",
"PageInfo":"",
"TotalCount":"23",
"Uuid":"qweeqq-13232-daweq-wqeqe",
"CurrentPage":"1",
"LastTime":"1577441301000"
}

Failed Response example

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

}