CreateResourceStatusInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| resourceId | ID! | ||
| speed | Int | The speed of the resource, if applicable. | |
| status | String! | The status of the resource (e.g., 'Idle', 'Running', 'Maintenance'). | |
| statusDetail | String | Additional details about the status. | |
| timestamp | DateTime | The timestamp when the status was recorded. | |
| totals | [ResourceStatusTotalsInput!] | An array of key-value pairs representing various totals related to the resource status. | |
| unit | String | The unit of measurement for the speed, if applicable. |