Add machine ID to Supervisor root info (#2703)

This commit is contained in:
Stefan Agner 2025-06-18 22:22:40 +02:00 committed by GitHub
parent 345ac6b855
commit a5c8faad38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2083,6 +2083,7 @@ Returns a dict with selected keys from other `/*/info` endpoints.
| operating_system | string | The operating system on the host | | operating_system | string | The operating system on the host |
| features | list | A list ov available features on the host | | features | list | A list ov available features on the host |
| machine | string | The machine type | | machine | string | The machine type |
| machine_id | string or null | The machine ID of the underlying operating system |
| arch | string | The architecture on the host | | arch | string | The architecture on the host |
| supported_arch | list | A list of supported host architectures | | supported_arch | list | A list of supported host architectures |
| supported | boolean | `true` if the environment is supported | | supported | boolean | `true` if the environment is supported |