API Guide

/api/GroupService/Groups(Id)/SubGroups(Id)
This URI represents a subgroup within a group. While using this URI, provide the ID of the parent group and the ID of the subgroup.
DELETE method for SubGroups(Id)
This method deletes a subgroup.
Description Deletes a subgroup.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
Example
Input:
Output:
Table 142. Attributes
Attribute name Description
Id—Groups(Id) ID of the parent group.
Id—SubGroups(Id) ID of the subgroup.
/api/GroupService/Groups(Id)/DeviceStatusSummary
This URI represents the device status counts.
GET method for DeviceStatusSummary
This method returns the device status counts per status value.
Description
Returns the device status counts per status value.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Collection(GroupService.StatusSummary)",
"@odata.count": 3,
"value": [
{
"StatusType": 4000,
"Count": 26
},
{
"StatusType": 3000,
"Count": 4
},
{
"StatusType": 1000,
"Count": 15
}
]
}
APIs specific to OpenManage Enterprise 375