API Guide
Example
Input:
{
{
"Devices": [
{
"Id": 10069,
"Size": 2,
"EstimatedMaxPower": 1000
},
{
"Id": 10068,
"Size": 2,
"EstimatedMaxPower": 10000
}
]
}
Output:
{
"Status": "SUCCESS"
}
/api/PowerService/DeviceDetails
Use this URI to view the device information such as device size and estimated maximum power.
Supported versions of Power Manager:
• 1.2
POST method to fetch device details
Description
Get device details information like device size and estimated max power.
Privilege VIEW
HTTP response
codes
200
Example
Input:
{
"DeviceId" :10075
}
Output:
{
"Size": 2,
"EstimatedMaxPower": 1000
}
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:
• 1.2
Physical Groups
67