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

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

Advertising
background image

Query Operator Group Details

Query detailed information about an operator group with the specified ID.

Interface URI

/plat/operatorGroup/{id}

Access Method

HTTP

GET

Path parameters

Operator ID.

id

Long integer type. Required. No default value.

Returned Result

Status codes

200 (OK): Success.

Message header

HTTP/1.1 200 OK

Message body

<operatorGroup>
<id>1</id>
<groupName>Administrator group</groupName>
<groupDesc>The group of operators that have the administrative rights.</groupDesc>
<roleDesc>Administrator</roleDesc>
<role>http://localhost:8080/imcrs/plat/role/1</role>
<privileges>http://localhost:8080/imcrs/plat/operatePrivilege?groupId=1</privileges>
</operatorGroup>

Elements

operatorGroup sub-elements

Operator ID.

id

Long integer type. This element is not needed when you add an operator group and it is required
when you modify an operator group.

Operator group name.

groupName

String type.This element is required when you add an operator group and cannot be changed when
you modify an operator group.

Operator group description.

groupDesc

String type. This element is optional when you add or modify an operator group.

Role description.

roleDesc

String type. This element is optional when you add or modify an operator group and is returned in
the response message for queries.

Role ID.

roleId

46

System Management

Advertising