Alarm data type
Introduction
The alarm data type allows obtaining alarm information. Below are all the properties of the alarm data type.
Properties
AlarmID (int) The AlarmID property represents the unique identifier of the alarm in the platform. This identifier is automatically assigned when an alarm is created. ### DeviceID (int) The DeviceID property represents the unique identifier of the device that triggers the alarm. ### EndpointID (int) Unique identifier of the endpoint to which the alert corresponds. ### AlarmTypeID (int) The AlarmTypeID property indicates the type of alarm. ### AlarmTypeDescription (string) Description of the alarm type. Used only for listing or enumeration. ### AlarmSeverityID (int)
Indicates the severity of the alarm. Corresponds to one of the following values:
- Information = 0: Informational, no severity;
- Low = 1: Low alarm severity;
- Medium = 2: Medium severity;
- High = 3: Critical alarm, high severity.