API Guide
• Model
• PowerState
• ManagedState
• ConnectionState
• HealthStatus
• Size
• EstimatedMaxPower
api/PowerService/PhysicalGroups/
CapableDevices(<DeviceId>)
Use this URI to get the selected device details.
Supported versions of Power Manager:
• 1.2
GET method for selected device details
Description This method returns the selected rack capable devices.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/$metadata#PhysicalGroup.CapableDevices",
"@odata.type": "#PhysicalGroup.CapableDevices",
"@odata.id": "/api/PowerService/PhysicalGroups/CapableDevices(10218)",
"Id": 10218,
"Name": "100.96.24.159",
"ServiceTag": "1W43F02",
"Type": 1000,
"Model": "PowerEdge R720",
"Size": 2,
"PowerState": 17,
"ManagedState": 4000,
"ConnectionState": true,
"HealthStatus": 4000,
"EstimatedMaxPower": 0
}
api/PowerService/PhysicalGroups/Actions/
PhysicalGroup.AddMemberDevices
Use this URI to add device as a member to a physical group at the rack level.
Supported versions of Power Manager:
• 1.2
POST method add device to physical groups
Description
This method adds a device as a member to a physical group at the rack level.
Physical Groups 69