From a5c8faad38ad3af615fe3c8f3382aefcb18a9b58 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 18 Jun 2025 22:22:40 +0200 Subject: [PATCH] Add machine ID to Supervisor root info (#2703) --- docs/api/supervisor/endpoints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index f7e84cc7..19d93a20 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -2083,6 +2083,7 @@ Returns a dict with selected keys from other `/*/info` endpoints. | operating_system | string | The operating system on the host | | features | list | A list ov available features on the host | | 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 | | supported_arch | list | A list of supported host architectures | | supported | boolean | `true` if the environment is supported |