API Guide
Output:
{
"Status": "SUCCESS"
}
api/PowerService/PhysicalGroups/Actions/
PhysicalGroup.MoveDevice
Use this URI to move device from a physical group.
Supported versions of Power Manager:
• 1.2
POST method to move device from one rack to another
Description Use this method to move the device from physical group.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"EntityId": 10000,
"FromGroup" : 10001,
"ToGroup": 10002
}
Output:
{
"Status": "SUCCESS"
}
Physical Groups 73