API Guide
"OperatorId": 1,
"Value": "203",
"RightParen": true
}
]
}
Groups service
NOTE: OData filtering does not work as expected when the following special characters are used: ,, \, _, %, #, ', +, ),
and &.
/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 Request
Body
{
"Id" : 0,
"Name": "Test Group1",
"Description": "Test Group1",
"GlobalStatus": 0,
"ParentId": 0
}
Example Response
Body
{
"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 535