API Guide

Table Of Contents
Privilege GROUP_MANAGEMENT
HTTP response
codes
204
Example
Input:
{
"GroupIds": [10166]
}
Output: None
/api/PowerService/PhysicalGroups/GroupDetails
Use this URI to get a list of all the physical groups.
Supported versions of Power Manager:
2.0
1.2
GET method to list all physical groups
Description
Displays a list of all the physical groups created.
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(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": 9273,
"SpareSpaceCapacity": 229,
"TemperatureTriggeredPolicyExist": false,
"AllLeafgroups@odata.navigationLink": "/api/PowerService/
PhysicalGroups/GroupDetails(10356)/AllLeafgroups",
"Devices@odata.navigationLink": "/api/PowerService/
PhysicalGroups/GroupDetails(10356)/Devices",
"AssociatedDevices@odata.navigationLink": "/api/PowerService/
PhysicalGroups/GroupDetails(10356)/AssociatedDevices"
}
]
Physical Groups
67