API Guide

Table Of Contents
api/GroupService/Actions/
GroupService.UpdateGroup
Use this URI to update physical groups.
Supported versions of Power Manager:
2.0
1.2
POST method to update physical group
Description Updates a physical group.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"GroupModel": {
"Name": "Rack 001",
"Description": "Rack 001",
"MembershipTypeId": 12,
"ParentId": 1029,
"Id": 10429,
"GroupAttributeTypeValues": [
{
"AttributeTypeName": "POWER_CAPACITY",
"IdDataType": 2,
"Value": "500"
},
{
"AttributeTypeName": "SPACE_CAPACITY",
"IdDataType": 2,
"Value": "42"
}
]
}
}
Output:
{
10429
}
api/GroupService/Actions/GroupService.DeleteGroup
Use this URI to delete physical groups.
Supported versions of Power Manager:
2.0
1.2
POST method to delete physical group
Description
Deletes a physical group.
66 Physical Groups