For AI agents: visit https://verkada-test.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
The creation time of the webhook. Formatted as a Unix timestamp in seconds.
data
Object
The data associated with the notification. See the following attribute for sub-fields.
data.alert_event_id
String
The unique identifier of the alert.
data.start_time
Double
The start time of the alert. Formatted as a Unix timestamp in seconds.
data.end_time
Double
The end time of the alert. Formatted as a Unix timestamp in seconds.
data.most_extreme_value
Double
The most extreme value for the sensor that was detected during the alert window.
data.is_above_max_event
Boolean
If the alert can be configured with a low/high threshold, this value will be true if the value that triggered the alert was above the high threshold. This only applies to temperature and humidity alerts.
data.threshold
Double
User-defined threshold of the alert.
data.reading
String
The sensor type of the alert.
data.device_id
String
The unique identifier of the device that generated the alert.
data.device_name
String
The name of the device that generated the alert.
data.device_serial
String
The serial number of the device that generated the alert.