Query root alarm information, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

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

Advertising
background image

Query Root Alarm Information

Query the root alarm for an alarm with the specified ID.

Interface URI

/fault/alarm/rootAlarm/{id}

Access Method

HTTP

GET

Parameters

Path parameters

Alarm ID.

id

Long integer type. Required. No default value.

Returned Result

Status codes

200 (OK): Success.

Message header

The message header offers the following resource links with the Link attribute:

Recover alarm

recover

Acknowledge alarm

acknowledge

Delete alarm

delete

Message body

<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>

For meanings of the fields in the returned value, see

Query Alarm Information

.

Query Root Alarm Information 287

Advertising