Example – HP Intelligent Management Center Licenses User Manual

Page 292

Advertising
background image

Example

Query the top 10 devices with the most number of emergency alarms (level 1).

Request

GET http://imc_host:8080/imcrs/fault/alarmDevice?alarmLevel=1&size=10
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...

<list>
<alarmDevice>
<device>http://imc_host:8080/imcrs/plat/res/device/181</device>
<alarmCount>3</alarmCount>
<alarmLevel>1</alarmLevel>
...
</alarmDevice>
</list>

292 Network Alarm Management

Advertising