API Guide
Example
Input:
Output:
{
"@odata.context": "$metadata#Collection(GroupService.StatusSummary)",
"@odata.count": 2,
"value": [
{
"StatusType": 16,
"Count": 21
},
{
"StatusType": 8,
"Count": 1
}
]
}
/api/GroupService/Groups(500)/
EventSeveritySummary?$filter=StatusType eq 2000
This URL represents 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(500)/
EventSeveritySummary?$filter=StatusType eq 1000
This URL represents the count of acknowledged alerts.
GET method for EventSeveritySummary?$filter=StatusType eq 1000
Description
This method returns the count of acknowledged alerts.
/api/GroupService/Groups(500)/EventSeveritySummary
$filter=StatusType eq 1
This URL represents the count of all the alerts.
GET method for EventSeveritySummary$filter=StatusType eq 1
Description
This method returns the count of all the alerts.
/api/GroupService/GroupAudits
This URI represents the group hierarchy.
GET method for GroupAudits
This method returns device groups and groups hierarchy changes.
Description
Returns device groups and groups hierarchy changes.
404 APIs specific to OpenManage Enterprise