HP Intelligent Management Center Extended API User Guide

Query Single-Device Single-Index Instances
Query and list the instances for the specified index on the specified device.
Interface URI
/perf/monitor
Access Method
HTTP
GET
Parameters
Query parameters
Device ID. Long integer type. Required. No default value. For the valid values, see Query Device
Information.
devId
Index ID. Long integer type. Required. No default value. For the valid values, see Query Performance
Indexes.
taskId
Returned Result
Status codes
200 (OK): Success.
Message header
HTTP/1.1 200 OK
Message body
<list>
<perfInstance>
<deviceName>z00592z(10.153.88.22)</deviceName>
<taskId>1</taskId>
<instanceId>80</instanceId>
<instanceName>[Interface:Software Loopback Interface 1]</instanceName>
<ipAddress>10.153.88.22</ipAddress>
<unit/>
<value/>
</perfInstance>
...
</list>
Element description
VLAN sub-elements
Device name.deviceName
String type.
Item IDtaskId
Integer type.
Instance ID.instanceId
Query Single-Device Single-Index Instances 331