API Guide

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:
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
}
]
}
Output: None
Table 77. Filters
Field Operator
Id eq
Name contains
ServiceTag contains
Type eq
Model contains
PowerState eq
ManagedState eq
Physical Groups 71