API Guide

/api/GroupService/Groups(Id)/EventStatusSummary
This URI represents the events status counts.
GET method for EventStatusSummary
This method returns events status counts per status values.
Description Returns events status counts per status values.
Privilege VIEW
HTTP response
codes
200
Example Response
Body
{
"@odata.context": "$metadata#Collection(GroupService.StatusSummary)",
"@odata.count": 2,
"value": [
{
"StatusType": 16,
"Count": 21
},
{
"StatusType": 8,
"Count": 1
}
]
}
/api/GroupService/Groups(group id)/
EventSeveritySummary?$filter=StatusType eq 2000
This URL returns the count of unacknowledged alerts.
GET method for EventSeveritySummary?$filter=StatusType eq 2000
This method returns the count of unacknowledged alerts.
Description
Returns the count of unacknowledged alerts.
/api/GroupService/Groups(group id)/
EventSeveritySummary?$filter=StatusType eq 1000
This URL returns the count of acknowledged alerts.
GET method for EventSeveritySummary?$filter=StatusType eq 1000
Description
This method returns the count of acknowledged alerts.
APIs specific to OpenManage Enterprise 537