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.
EnvironmentSnapshotSchema
Schema for environment snapshot.Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| name | str | ||
| description | str | ||
| created_at | datetime | ||
| updated_at | datetime | ||
| created_by | str | ||
| updated_by | str | ||
| environment | str | ||
| snapshot | Dict[str, object] | ||
| snapshot_hash_key | str |