API Guide

"@odata.context": "/api/$metadata#QuerySupportService.Filter/$entity",
"@odata.type": "#QuerySupportService.Filter",
"@odata.id": "/api/QuerySupportService/Filters(1007)",
"Id": 1007,
"Name": "",
"UsageId": 0,
"FilterText": "",
"ContextId": 2,
"Conditions":
[
{
"LogicalOperatorId": 0,
"LeftParen": true,
"FieldId": 59,
"OperatorId": 1,
"Value": "101",
"RightParen": true
},
{
"LogicalOperatorId": 2,
"LeftParen": true,
"FieldId": 59,
"OperatorId": 1,
"Value": "102",
"RightParen": true
},
{
"LogicalOperatorId": 2,
"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 Request
Body
{
"Id" : 0,
"Name": "Test Group1",
APIs specific to OpenManage Enterprise 501