PC Settings Definition
| Attribute | Type | Description |
|---|---|---|
| id | int | Unique identifier for the record. |
| machineId | int | The unique identifier of the machine the settings are for. Must be greater than zero. |
| settings | string | The settings being applied to the machine. |
| name | string | The PC's name. Must be 256 or fewer characters in length. |
| createdAt | DateTime | A UTC timestamp indicating when the record was created. |
| status | int | An integer value indicating the status of the settings. See the below table for value mappings. Must be greater than zero and less than five. |
Status Value Mapping
| Value | Meaning |
|---|---|
| 1 | TODO |
| 2 | TODO |
| 3 | TODO |
| 4 | TODO |