Table of Contents

GetAlarmHistoryV2

Use this method to retrieve:

  • one specific alarm,
  • all alarms in the alarm tree of a specific alarm, or
  • alarm details of a cleared non-root alarm.

Available from DataMiner 10.3.0 [CU20]/10.4.0 [CU8]/10.4.11 onwards.

Input

Item Format Description
connection String The connection ID. See ConnectApp.
dmaID Integer The DMA ID of the element.
elementID Integer The element ID.
alarmID Integer The ID of the specified alarm. This must be the ID of a root alarm of an alarm available in the cache. If you do not specify the root alarm ID and the alarm is not available in the cache, no results will be returned.
requestFullTree Boolean Whether the method has to return only the specified alarm (FALSE) or all alarms in the alarm tree of the specified alarm (TRUE).

Output

Item Format Description
GetAlarmHistoryV2Result Array of DMAAlarm The alarm history for the specified alarm.