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.
CloudNodeWorkloadSchema
Response schema for a Cloud Node workload.Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| profile_uuid | str | ||
| profile_slug | str | ||
| instance_uuid | str | ||
| instance_slug | str | ||
| status | str | ||
| workspace_uuid | str | ||
| visibility | str | ||
| created_at | datetime | ||
| updated_at | datetime | ||
| created_by_email | str | ||
| command_type | str | ||
| command_params | Dict[str, object] | ||
| callback_task | str | ||
| callback_kwargs | Dict[str, object] |