API Guide
{
"@odata.context": "$metadata#Collection(GroupService.StatusSummary)",
"@odata.count": 3,
"value": [
{
"StatusType": 4000,
"Count": 26
},
{
"StatusType": 3000,
"Count": 4
},
{
"StatusType": 1000,
"Count": 15
}
]
}
/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.
APIs specific to OpenManage Enterprise 503