Modify operator group, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 50: Returned result, Interface uri access method returned result

Advertising
background image

Modify Operator Group

Modify an operator group with the specified ID.

Interface URI

/plat/operatorGroup/{id}

Access Method

HTTP

PUT

Parameters

Path parameters

Operator ID.

id

Long integer type. Required. No default value.

Message body

<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>

Element description

For meanings of the fields in the message body, see

“Query All Operators” (page 34)

.

Returned Result

Status codes

204 (No Content): Success.

404 (Not Found): No data is found with the ID.

409 (Conflict): Failure. See

Error Codes

.”

50

System Management

Advertising