> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AlertSchema

# 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](/feature-reference/edge/drivers/alerts#driver_starting-progress-metadata). | \[optional] |
