Query performance indexes, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

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

Advertising
background image

Query Performance Indexes

Query performance indexes with certain criteria.

Interface URI

/perf/task

Access Method

HTTP

GET

Parameters

Query parameters

Type name.

name

String type, supporting wildcard characters. Optional. No default value.

The sequencing field of the returned result set.

orderBy

String type. Optional. The default value is taskId. The valid value is taskId.

Whether or not the result is sequenced in reverse order.

desc

Boolean type. Optional. The default value is false. The parameter is valid only when the orderBy
parameter is specified.

Returned Result

Status codes

200 (OK): Success.

Message header

HTTP/1.1 200 OK

Message body

<list>
<task>
<taskId>1</taskId>
<taskName>Interface Receiving Rate(bits/s)</taskName>
<taskDescr>Interface Receiving Rate</taskDescr>
<tempId>2048</tempId>
<alarmOneThresholdFirst>1.0E7</alarmOneThresholdFirst>
<alarmOneThresholdSecond>0.0</alarmOneThresholdSecond>
<alarmTwoTimes>3</alarmTwoTimes>
<componentID>0</componentID>
<unitId>220</unitId>
<sumId>1</sumId>
<groupId>6</groupId>
<perfTemplate>http://imc_host:8080/imcrs/perf/task/template/1</perfTemplate>
<tempUnitDependList>http://imc_host:8080/imcrs/perf/task/units/1</tempUnitDependList>
<tempUnit>http://imc_host:8080/imcrs/perf/task/unit/1</tempUnit>
</task>
...
</list>

328 Network Performance Management

Advertising