API Guide

"Id": 11182,
"ParentId": 1029,
"Name": "DC",
"Description": "DC",
"AddedOn": "2020-06-15 12:03:59.579174",
"DevicesInWorkingSet": 4,
"Tag": "DATA_CENTER",
"Location": null,
"SpaceCapacity": 261,
"PowerCapacity": 10000,
"CalculatedPowerCapacity": 14100,
"SparePowerCapacity": 9269,
"SpareSpaceCapacity": 229,
"AllLeafgroups@odata.navigationLink": "/api/PowerService/PhysicalGroups/
GroupDetails(11182)/AllLeafgroups",
"Devices@odata.navigationLink": "/api/PowerService/PhysicalGroups/
GroupDetails(11182)/Devices"
}
api/PowerService/PhysicalGroups/
GroupDetails<GroupID>/AllLeafgroups
Use this URI to view all the groups under this specific group.
Supported versions of Power Manager:
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,
"Name": "Rack1",
"Description": "Rack1",
"AddedOn": "2020-06-15 12:04:17.941671",
"DevicesInWorkingSet": 3,
"Tag": "RACK",
"Location": "DC",
"SpaceCapacity": 21,
"PowerCapacity": 1000,
"CalculatedPowerCapacity": 1000,
"SparePowerCapacity": 448,
"SpareSpaceCapacity": 5,
Physical Groups 65