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

# 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]** |             |       |
