API Guide
HTTP Response Codes
204
POST Usage Examples
Input:
{
"UserId":39614,
"GroupIds":[
19214, 12641
]
}
2.4.11 /api/GroupService/Actions/GroupService.DeleteGroup
POST
Description
Delete a group
Privilege
GROUP_MANAGEMENT
HTTP Response Codes
204
POST Usage Examples
Input:
{
"GroupIds": [
39564
]
}
Device service
2.5.1 /api/DeviceService/GlobalExcludes
GET
Description
Get the Globally excluded ranges
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Input:
Output:
{
"@odata.context": "/api/$metadata#Collection(DeviceService.GlobalExclude)",
"@odata.count": 2,
"value": [
{
"@odata.id": "/api/DeviceService/GlobalExcludes(1)",
"Id": 1,
"Identifier": "Exclude-2017112215225353",
"DeviceType": 0,
"GlobalExcludeDetails": [
{
"Id": 1,
"NetworkAddress": "10.35.0.0",
"Subnet": null
34
OpenManage Enterprise–Specific resource model