API Guide
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
}
]
}
Table 76. Filters
Field Operator
Id eq
Name contains
ServiceTag contains
Type eq
Model contains
PowerState eq
ManagedState eq
ConnectionState eq
HealthStatus eq
Size eq
EstimatedMaxPower eq
List of all the sort options that this method supports:
• Id
• Name
• ServiceTag
• Type
68
Physical Groups