Query single instance performance details, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 339: Returned result, Interface uri access method returned result

Advertising
background image

Query Single Instance Performance Details

Query single-instance performance details with certain criteria.

Interface URI

/perf/summaryData/detail

Access Method

HTTP

GET

Parameters

Query parameters

Index ID. Integer type. Required. No default value. For the valid values, see Query Performance
Indexes.

taskId

Device ID. Integer type. Required. No default value. For the valid values, see Query Devices.

devId

Start time. Long integer type. Optional. The value is the seconds counted from 00:00 on January 1,
1970 to the specified time.

beginTime

End time. Long integer type. Optional. The value is the seconds counted from 00:00 on January 1,
1970 to the specified time.

endTime

Instance ID. Integer type. Required. No default value.

instId

Data granularity. Integer type. Optional. No default value. Valid values include 0 (automatically
calculated data), 1 (original data), 2 (hourly data), and 3 (daily data).

dataGranularity

Returned Result

Status codes

200 (OK): Success.

Message header

HTTP/1.1 200 OK

Message body

<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>

Query Single Instance Performance Details 339

Advertising