Endpoint
/api/v2/tenants/{tenantId}/alerts/{alertId}/occurrences
Path Parameters
tenantIdstring
alertIdstring
Query Parameters
pageSizeinteger
queryStringstring
Responses
OK
descendingOrderboolean
endDatestring
nextPageboolean
pageSizeinteger
resultsarray
Child Parameters
- results.createdTimeString
- results.currentState
- results.description
- results.subject
- results.uniqueId
startDatestring
{
"descendingOrder": true,
"endDate": "2017-05-29T10:17:49+0000",
"nextPage": true,
"pageSize": 100,
"results": [
{
"createdTimeString": "2017-06-16T05:38:10+0000",
"currentState": "Critical",
"description": "Source : McLogEvent Event ID : 257 Event Description : The scan of D:\\setup\\Projects\\ITOM\\build\\war\\WEB-INF\\lib\\fastutil-6.5.7.jar has taken too long to complete and is being canceled. Scan engine version used is 5900.7806 DAT version 8560.0000. Event Log Name : Application Event Log Type : INFORMATION Event Log Date Time : 06/16/2017 05:37:18.0",
"subject": "Event Source : McLogEvent / Id : 257",
"uniqueId": "7"
},
{
"createdTimeString": "2017-06-16T05:32:12+0000",
"currentState": "Critical",
"description": "Source : McLogEvent Event ID : 257 Event Description : The scan of D:\\setup\\Projects\\CSGRID\\build\\server\\indexer\\lib\\aws-java-sdk-models-1.11.128.jar has taken too long to complete and is being canceled. Scan engine version used is 5900.7806 DAT version 8560.0000. Event Log Name : Application Event Log Type : INFORMATION Event Log Date Time : 06/16/2017 05:32:01.0",
"subject": "Event Source : McLogEvent / Id : 257",
"uniqueId": "7"
},
{
"createdTimeString": "2017-05-30T06:03:50+0000",
"currentState": "Critical",
"description": "The following event has repeated 4 times in the last 4 minutes Source : McLogEvent Event ID : 257 Event Description : Blocked by port blocking rule (Anti-virus Standard Protection:Prevent mass mailing worms from sending mail). Event Log Name : Application Event Log Type : INFORMATION Event Log Date Time : 05/30/2017 06:00:03.0 ",
"subject": "Event Source : McLogEvent / Id : 257",
"uniqueId": "7"
},
{
"createdTimeString": "2017-05-29T13:31:14+0000",
"currentState": "Critical",
"description": "The following event has repeated 2 times in the last 2 minutes Source : McLogEvent Event ID : 257 Event Description : Blocked by port blocking rule (Anti-virus Standard Protection:Prevent mass mailing worms from sending mail). Event Log Name : Application Event Log Type : INFORMATION Event Log Date Time : 05/29/2017 15:33:55.0",
"subject": "Event Source : McLogEvent / Id : 257",
"uniqueId": "7"
}
],
"startDate": "2017-06-16T05:38:10+0000"
}