Example, Message body, Elements – HP Intelligent Management Center Licenses User Manual
Page 45: Request, Response

Message body
<list>
<operatorGroup>
<id>1</id>
<groupName>Administrator group</groupName>
<groupDesc>The group of operators that have the administrative rights.</groupDesc>
<roleDesc>Administrator</roleDesc>
<link href=”http://localhost:8080/imcrs/plat/operatorGroup/1” op=”GET” rel=”self” />
</operatorGroup>
. . .
</list>
Elements
For meanings of the fields in the message body, see
“Query All Operators” (page 34)
Example
Query and list operator groups.
Request
GET http://imc+host:8080/imcrs/plat/operatorGroup
accept: application/xml
. . .
Response
HTTP/1.1 200 OK
Content-Type: application/xml
. . .
<list>
<operatorGroup>
<id>1</id>
<groupName>Administrator group</groupName>
<groupDesc>The group of operators that have the administrative rights.</groupDesc>
<roleDesc>Administrator</roleDesc>
<link href=”http://localhost:8080/imcrs/plat/operatorGroup/1” op=”GET” rel=”self” />
</operatorGroup>
. . .
</list>
Query Operator Groups
45