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
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] | |
| metadata | Dict[str, object] | [optional] |