Example – HP Intelligent Management Center Licenses User Manual

Page 327

Advertising
background image

group sub-elements

String type

URI of the index group list.

perfTask

String type.

Example

Query and list all performance index groups.

Request

GET http://imc_host:8080/imcrs/perf/group
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...
<list>
<group>
<sumId>1</sumId>
<groupId>1</groupId>
<groupName>CPU Usage</groupName>
<interfaceFlag>0</interfaceFlag>
<summary>http://imc_host:8080/imcrs/perf/summary/1</summary>
<perfTask>http://imc_host:8080/imcrs/perf/task/1,1</perfTask>
</group>
....
</list>

Query Index Groups 327

Advertising