API Guide

Table Of Contents
2.0
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.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"GroupId": 10001,
"MemberDevices" : [
{
"Id": 10001,
"SlotNumber": 1
},
{
"Id": 10002,
"SlotNumber": 2
}
]
}
Output:
{
"Status": "SUCCESS"
}
NOTE: To add the device automatically in an empty slot, provide the SlotNumber value as zero.
NOTE: Ensure that Emergency Power Reduction (EPR) is not enabled on the group while adding a device to the group.
NOTE: If you are adding a Power Distribution Unit (PDU) device, then the SlotNumber value is not required.
api/PowerService/PhysicalGroups/Actions/
PhysicalGroup.RemoveMemberDevices
Use this URI to remove device from a physical group at the rack level.
Supported versions of Power Manager:
2.0
1.2
POST method remove device from physical groups
Description
This method removes a device as a member from the physical group at the rack level.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
76 Physical Groups