Example – HP Intelligent Management Center Licenses User Manual

Page 51

Advertising
background image

Example

Modify the operator group with ID 4.

Request

PUT http://imc_host:8080/imcrs/plat/operatorGroup/4
accept: application/xml
. . .
<operatorGroup>
<groupDesc>desc</groupDesc>
<roleId>1</roleId>
<operatePrivilegeList>
<operatePrivilege><id>iMC-PLAT_SystemMnt_OperatorMng</id><desc>Operator</desc><level>-1</level></operatePrivilege>
<opertePrivliege><id>iMC-Plat_SystemMng_OperatorGroupMng</id><desc>Operator
group</desc><level>-1</level></operatorPrivilege>
</operatePrivilegeList>
</operatorGroup>

Response

HTTP/1.1 204 No Content

. . .

Modify Operator Group

51

Advertising