API Guide

Table Of Contents
}
api/PowerService/PhysicalGroups/CapableDevices
Use this URI to get all the OpenManageEnterprise devices such as servers (except blade servers), chassis, storage(only rack
placeable) and network switches (only rack placeable), which can be added into a rack.
Supported versions of Power Manager:
2.0
1.2
GET method to list all rack placeable devices
Description This method returns rack capable devices.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/
$metadata#Collection(PhysicalGroup.CapableDevices)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PhysicalGroup.CapableDevices",
"@odata.id": "/api/PowerService/PhysicalGroups/
CapableDevices(10204)",
"Id": 10204,
"Name": "100.96.25.137",
"ServiceTag": "HWM3VG2",
"Type": 1000,
"Model": "PowerEdge T630",
"Size": 5,
"PowerState": 17,
"ManagedState": 3000,
"ConnectionState": true,
"HealthStatus": 4000,
"EstimatedMaxPower": 0
"PduOutletCount": 12
}
]
}
Table 79. Attributes
Attribute name Description
id Device id
Name Device name
ServiceTag Service tag of device
Type Device type
Size Space occupied by the device in a rack
Physical Groups 73