Example – HP Intelligent Management Center Licenses User Manual

Page 288

Advertising
background image

Example

Query information about the root alarm with ID 324.

Request

GET http://imc_host:8080/imcrs/fault/alarm/rootAlarm/324
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
Link: <http://imc_host:port/imcrs/fault/alarm/recover/51>; rel=recover
Link: <http://imc_host:port/imcrs/fault/alarm/acknowledge/51>; rel=acknowledge
Link: <http://imc_host:port/imcrs/fault/alarm/delete/51>; rel=delete
...

<alarmDetail>
<id>51</id>
<OID>1.3.6.1.4.1.2011.10.4.2.2.2.6.11</OID>
<originalType>3</originalType>
<originalTypeDesc>iMC</originalTypeDesc>
<deviceId>0</deviceId>
<deviceIp>127.0.0.1</deviceIp>
<deviceName>NMS</deviceName>
<alarmLevel>5</alarmLevel>
...
</alarmDetail>

288 Network Alarm Management

Advertising