API Guide

Table Of Contents
/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
Input:
Output:
{
"@odata.context": "$metadata#Collection(GroupService.StatusSummary)",
"@odata.count": 2,
"value": [
{
"StatusType": 16,
"Count": 21
},
{
"StatusType": 8,
"Count": 1
}
]
}
/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.
Privilege VIEW
HTTP response
codes
200
Example
/api/GroupService/Actions/GroupService.CreateGroup
This URI represents creation of a group.
POST method for GroupService.CreateGroup
This method creates a group.
Description
Creates a group.
Privilege GROUP_MANAGEMENT
APIs specific to OpenManage Enterprise 391