V1.0 Alarms data model
Alarms data model
Data structure of response file obtained from async endpoint:
Field | Format | Description |
---|---|---|
uuid | string | Unique identifier of the alarm |
alarm_reason | string | Reason which caused the alarm (e.g. alarm condition is violated) |
alarm_status | string | Actual status of the Alarm |
last_status_change_time | string | Last time the status of the alarm condition changed in “YYYY-MM- DDThh:mm:ssZ“ |
alarm_condition_type | string | Type of alarm (i.e upper limit, connection timeout) |
alarm_severity | string | Severity of Alarm (Warning or Alarm) |
alarm_time | string | Time the alarm occurred in “YYYY-MM- DDThh:mm:ssZ“ in UTC |
alarm_time_local | string | Time the alarm occurred in “YYYY-MM- DDThh:mm:ssZ“ in local Timezone |
alarm_value | string | Measurement value which caused the alarm |
physical_unit | string | The measurement unit (e.g. CELSIUS, FAHRENHEIT) |
physical_value | string | Physical value and physical extension defines channel of alarm |
physical_value_extension | string | Physical value and physical extension defines channel of alarm |
alarm_source_uuid | string | Alarm uuid of the origin alarm (if alarm type is back to normal) |
serial_no | string | Serial number of the sensor which has detected the alarm |
tenant_uuid | string | Unique identifier of the tenant account in which the datalogger is registered |
customer_site | string | Actual Restaurant/Site the alarm occurred in |
alarm_type | string | Alarm or back to normal |
source_alarm_event_uuid | string | Source alarm uuid related to the back to normal |
processed_at | string | Time the alarm was received by the Testo Cloud |