Example – HP Intelligent Management Center Licenses User Manual

Page 35

Advertising
background image

Message body

<list>
<operator>
<id>1</id>
<name>admin</name>
<fullName>admin</fullName>
<authType>0</authType>
<desc>Super administrator that has all privileges.</desc>
<link href=”http://localhost:8080/imcrs/plat/operator/1” op=”GET” rel=”self”/>
</operator>
. . .

</list>

Elements

For meanings of the fields in the message body, see

“Query All Operators” (page 34)

.

Example

Query and list all operators.

Request

GET http://imc_host:8080/imcrs/plat/operator
accept: application/xml
. . .

Response

HTTP/q.q 200 OK
Content-Type: application/html
. . .

<list>
<operator>
<id>1</id>
<name>admin</name>
<fullName>admin</fullName>
<authType>O</authType>
<desc>Super administrator that has all privileges.</desc>
<link href=”http://localhost:8080/imcrs/plat/operator/1” op=”GET” rel=”self”/>
</operator>
. . .
</list>

Query All Operators

35

Advertising