AlertSchema
Schema for Alert response.Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| name | str | ||
| description | str | ||
| media | str | [optional] | |
| alert_type | str | ||
| severity | str | ||
| status | str | ||
| source_type | str | ||
| twin_uuid | str | [optional] | |
| environment_uuid | str | [optional] | |
| workflow_uuid | str | [optional] | |
| workspace_uuid | str | ||
| created_by_uuid | str | [optional] | |
| created_at | datetime | ||
| updated_at | datetime | ||
| resolved_at | datetime | [optional] | |
| last_seen_at | datetime | Timestamp 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_count | int | Number 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. | |
| metadata | Dict[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] |