v51

OpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Alarms

List Alarm Related Events

Retrieve events related to an alarm, limited to the 200 most recent root events. The list is flat and ordered from newest to oldest, with each root event immediately followed by the events correlated to it. Correlation is expressed by the parentId attribute, so the client can rebuild the correlation tree. Requires system-wide "view event log" access in addition to read access to the alarm.

get/v1/alarms/{alarm-id}/events

Path parameters

alarm-idinteger required

Response

List of related events.

idinteger

Event ID

parentIdinteger

ID of the event this event is correlated to (0 for a root event)

codeinteger

Event code

namestring

Event name

severityinteger

Event severity: 0=Normal, 1=Warning, 2=Minor, 3=Major, 4=Critical

sourceinteger

Source object ID

sourceNamestring

Name of the source object (empty if the object no longer exists)

timestampstring date-time

Event timestamp

messagestring

Event message