API Guide

/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.
/api/GroupService/Groups(group id)/
EventSeveritySummary$filter=StatusType eq 1
This URL returns 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.
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
HTTP response
codes
200
Example Request
Body
{
"GroupModel":
{
"Id": 0,
"Name": "00000",
"Description": "GroupPermissionTest",
"GlobalStatus": 0,
"DefinitionId": 0,
504 APIs specific to OpenManage Enterprise