Skip to main content

AlertSchema

Schema for Alert response.

Properties

NameTypeDescriptionNotes
uuidstr
namestr
descriptionstr
mediastr[optional]
alert_typestr
severitystr
statusstr
source_typestr
twin_uuidstr[optional]
environment_uuidstr[optional]
workflow_uuidstr[optional]
workspace_uuidstr
created_by_uuidstr[optional]
created_atdatetime
updated_atdatetime
resolved_atdatetime[optional]
last_seen_atdatetimeTimestamp of the most recent edge publish that deduped against this alert. Acts as a pure-observability heartbeat — does not auto-resolve. null for legacy rows.[optional]
dedupe_countintNumber of times this alert has been re-asserted by an edge publish while still active (deduped against this row). Drives the workbench’s “Re-asserted N×” badge.
metadataDict[str, object]Free-form per-alert_type state. For driver_starting this carries phase plus progress_percent / downloaded_bytes / total_bytes / downloaded_human / total_human while a driver image is being pulled — see Edge driver alerts.[optional]