API Guide

Table Of Contents
Example
Input:
{
"GroupId": 10001,
"MemberDeviceIds": [10001,10002]
}
Output:
{
"Status": "SUCCESS"
}
api/PowerService/PhysicalGroups/
GroupDetails(<GroupId>)/Devices
Use this URI to get all the devices such as supported and unsupported or either of them under the physical group in a rack.
Supported versions of Power Manager:
2.0
1.2
GET method to list all the devices from the physical group
Description
This method gets all the devices such as supported and unsupported or either of them under the physical
group in a rack.
Privilege VIEW
HTTP response
codes
200
Example
Input:
{
"@odata.context": "/api/$metadata#Collection(PhysicalGroup.Device)",
"@odata.count": 4,
"value": [
{
"@odata.type": "#PhysicalGroup.Device",
"Id": 10132,
"Name": "100.96.24.38",
"ServiceTag": "68S4WV2",
"HostName": null,
"Type": 1000,
"PowerState": 17,
"ManagedState": 3000,
"ConnectionState": true,
"HealthStatus": 4000,
"Model": "PowerEdge R440",
"DeviceBladeInfo": [],
"IsUserDefined": false,
"Size": 1,
"SlotNumber": 21,
"IsMonitored": false,
"EstimatedMaxPower": null
"AveragePower": 86
}
]
}
Output: None
Physical Groups
77