API Guide
HTTP response
codes
204
Example
Input:
Output:
Table 155. 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
}
]
}
/api/GroupService/Groups(Id)/EventStatusSummary
This URI represents the events status counts.
GET method for EventStatusSummary
This method returns events status counts per status values.
Description
Returns events status counts per status values.
Privilege VIEW
HTTP response
codes
200
APIs specific to OpenManage Enterprise 403