Example, Elements, Request – HP Intelligent Management Center Licenses User Manual
Page 340: Response

Elements
perfSummaryData sub-elements
Data value.
dataVal
Double-precision floating-point type.
Data time.
dataTime
String type.
Data time displayed.
dataTimeStr
String type.
Data type.
dataType
Integer type.
Minimum value.
minVal
Double-precision floating-point type.
Maximum value.
maxVal
Double-precision floating-point type.
Summarized value.
sumVal
Double-precision floating-point type.
Data summary count.
sumCount
Integer type.
Example
Query performance details of the monitor instance with ID 1, which belongs to the index with ID
2 on the device whose ID is 2.
Request
GET http://imc_host:port/imcrs/perf/summaryData/detail?devId=2&taskId=2&instID=1
accept: application/xml
...
Response
HTTP/1.1 200 OK
Content-Type: application/xml
...
<list>
<perfDetailData>
<dataVal>3.0</dataVal>
<dataTime>2011-06-20T16:56:25+08:00</dataTime>
<dataTimeStr>2011-06-20 16:56:25</dataTimeStr>
<dataType>0</dataType>
<minVal>3.0</minVal>
<maxVal>3.0</maxVal>
<sumVal>3.0</sumVal>
<sumCount>1</sumCount>
</perfDetailData>
</list>
340 Network Performance Management