API Guide

Table Of Contents
"LeftParen": true,
"FieldId": 59,
"OperatorId": 1,
"Value": "202",
"RightParen": true
},
{
"LogicalOperatorId": 2,
"LeftParen": true,
"FieldId": 59,
"OperatorId": 1,
"Value": "203",
"RightParen": true
}
]
}
Groups service
/api/GroupService/Groups
This URI represents the groups.
POST method for Groups
This method creates a group.
Description
Creates a group.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
201
Example
Input:
{
"Id" : 0,
"Name": "Test Group1",
"Description": "Test Group1",
"GlobalStatus": 0,
"ParentId": 0
}
Output:
{
"Id": 1564,
"Name": "Test Group1",
"Description": "Test Group1",
"TypeId": 3000,
"MembershipTypeId": 12,
"GlobalStatus": 0,
"ParentId": 0,
"CreatedBy": "root",
"UpdatedBy": "",
"CreationTime": "2017-06-08 20:14:37.252",
"UpdatedTime": "2017-06-08 20:14:37.252",
"Visible": true,
"Editable": true,
"DefinitionId": 400,
"DefinitionDescription": "UserDefined"
}
APIs specific to OpenManage Enterprise
389