API Guide

Table Of Contents
Table 77. Attributes (continued)
Attribute name Description
parentId Group Parent ID
Name Group name
Description Group description
addedOn Date when the group is added.
devicesInWorkingSet Number of devices available in monitored list
Type Type of physical group
Tag Tag of physical group
Location Physical group location
spaceCapacity Total space capacity
occupiedSpace Total occupied space
powerCapacity Total power capacity of group
calculatedPowerCapacity Sum of all the child group power consumption
sparePowerCapacity Unused power capacity
spareSpaceCapacity Unused space capacity
temperatureTriggeredPolicyExist Temperature policy is created or not.
api/PowerService/PhysicalGroups/
GroupDetails<GroupID>/AllLeafgroups
Use this URI to view all the groups under this specific group.
Supported versions of Power Manager:
2.0
1.2
GET method to list all the groups recursively for the specific group
Description
Displays a list of all the physical groups under the specified parent group.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/
$metadata#Collection(PhysicalGroup.GroupDetails)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PhysicalGroup.GroupDetails",
"@odata.id": "/api/PowerService/PhysicalGroups/
GroupDetails(11183)",
"Id": 11183,
"ParentId": 11183,
70 Physical Groups