API Guide

/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,
"MembershipTypeId":24,
"ParentId": 0
},
"GroupModelExtension" :{
"FilterId":0,
"ContextId":2,
"Conditions":[{
"LogicalOperatorId":1,
"LeftParen":false,
"FieldId":9,
"OperatorId":1,
"Value":"1000",
"RightParen":false
534 APIs specific to OpenManage Enterprise