> ## 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.

# CreateAlertSchema

# CreateAlertSchema

Schema for creating an Alert.

## Properties

| Name                  | Type                   | Description | Notes                               |
| --------------------- | ---------------------- | ----------- | ----------------------------------- |
| **name**              | **str**                |             |                                     |
| **description**       | **str**                |             | \[optional] \[default to '']        |
| **media**             | **str**                |             | \[optional]                         |
| **alert\_type**       | **str**                |             | \[optional] \[default to '']        |
| **severity**          | **str**                |             | \[optional] \[default to 'warning'] |
| **source\_type**      | **str**                |             | \[optional] \[default to 'edge']    |
| **twin\_uuid**        | **str**                |             | \[optional]                         |
| **environment\_uuid** | **str**                |             | \[optional]                         |
| **workflow\_uuid**    | **str**                |             | \[optional]                         |
| **workspace\_uuid**   | **str**                |             | \[optional]                         |
| **metadata**          | **Dict\[str, object]** |             | \[optional]                         |
| **force**             | **bool**               |             | \[optional] \[default to False]     |
