Example – HP Intelligent Management Center Licenses User Manual

Page 286

Advertising
background image

Example

Query information about the alarm with ID 3665.

Request

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

Response

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

<alarmDetail>
<id>3665</id>
<OID>1.3.6.1.4.1.2011.10.4.1.1.2.6.4</OID>
<originalType>3</originalType>
<originalTypeDesc>iMC</originalTypeDesc>
<device>http://imc_host:8080/imcrs/plat/res/device/181</device>
<deviceIp>10.153.88.34</deviceIp>
<deviceName>Quidway</deviceName>
...
</alarmDetail>

286 Network Alarm Management

Advertising