API Guide

"@odata.context":"/api/$metadata#Collection(PowerService.CapableGroups)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PowerService.CapableGroups",
"@odata.id": /api/PowerService/CapableGroups(10690)",
"Id": 10690,
"ParentId": 10689,
"Name": "Aisle - A",
"Description": "Aisle - A",
"DeviceCount": 7,
"PmPluginDeviceCount": 7,
"Devices@odata.navigationLink":"/api/PowerService/CapableGroups
(10690)/Devices"
}
]
}
Table 27. Attributes
Attribute name Description
Id Group ID
ParentId Group Parent ID
Name Group Name
Description Description of the group
DeviceCount Total device in the group
PmPluginDeviceCount Total Power Manager capable devices in group
/api/PowerService/CapableGroups(<Group ID>)/
Devices
This URI represents the device from a capable group
Table 28. Filters
Filter Name Description
Top Required number of records
Skip Number of records to skip. Default value is zero.
Supported versions of Power Manager:
1.1
1.0
GET method for Representing All Devices from Capable
Group
This method represents all the devices from capable group.
Description
Returns all the devices belonging to a capable group.
Privilege VIEW
HTTP response
codes
200
28 Monitored Groups