API Guide

Table Of Contents
SpaceCapacity
PowerCapacity
SparePowerCapacity
NOTE: To view underutilized racks for power, use the SparePowerCapacity sort option.
SpareSpaceCapacity
NOTE: To view underutilized racks for space, use the SpareSpaceCapacity sort option.
CalculatedPowerCapacity
AddedOn
/api/PowerService/PhysicalGroups/
GroupDetails(<GroupID>)
Use this URI to get individual physical group details.
Supported versions of Power Manager:
2.0
1.2
GET method to get individual physical group details
Description
View individual physical group details.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/$metadata#PhysicalGroup.GroupDetails",
"@odata.type": "#PhysicalGroup.GroupDetails",
"@odata.id": "/api/PowerService/PhysicalGroups/GroupDetails(11182)",
"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,
"TemperatureTriggeredPolicyExist": false,
"AllLeafgroups@odata.navigationLink": "/api/PowerService/
PhysicalGroups/GroupDetails(11182)/AllLeafgroups",
"Devices@odata.navigationLink": "/api/PowerService/PhysicalGroups/
GroupDetails(11182)/Devices"
}
Table 77. Attributes
Attribute name Description
Id Group Id
Physical Groups 69