Example – HP Intelligent Management Center Licenses User Manual

Page 338

Advertising
background image

Example

Query the performance detailed data, the parameters are as follows: the index ID is 1, the device
ID is 25, the data granularity is 1, and the object index is 1.

Request

GET http://imc_host:port/imcrs/perf/summaryData/interface?taskId=1&devId=25&dataGranularity=1&objIndex=2
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...
<perfSummaryData>
<taskId>1</taskId>
<taskName>Interface Receiving Rate(bits/s)</taskName>
<devId>1</devId>
<instId>505</instId>
<objIndex>2</objIndex>
<objIndexDesc>[interface:NULL0]</objIndexDesc>
<averageValue>0.0</averageValue>
<maximumValue>0.0</maximumValue>
<minimumValue>0.0</minimumValue>
<currentValue>0.0</currentValue>
<summaryValue>0.0</summaryValue>
</perfSummaryData>

338 Network Performance Management

Advertising