API Guide

Table 77. Filters (continued)
Field Operator
ConnectionState eq
HealthStatus eq
Size eq
SlotNumber eq
EstimatedMaxPower eq
List of all the sort options that this method supports:
Id
Name
ServiceTag
Type
Size
Model
PowerState
ManagedState
ConnectionState
HealthStatus
SlotNumber
EstimatedMaxPower
api/PowerService/PhysicalGroups/Actions/
PhysicalGroup.UpdateSlots
Use this URI to update physical group member rack slots.
Supported versions of Power Manager:
1.2
POST method to update device slots
Description
Use this method to update physical group member rack slots.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"GroupId": 10001,
"MemberDevices" : [
{
"Id": 10001,
"SlotNumber": 1
},
{
"Id": 10002,
"SlotNumber": 2
}
]
}
72 Physical Groups