From c4d46ba4904d518b5b212621e12d835f652a978c Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Thu, 21 Mar 2024 13:44:35 -0400 Subject: [PATCH] Document virtualization field in API (#2117) --- 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 1d038616..16ffd321 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1478,6 +1478,7 @@ Return information about the host. | broadcast_llmnr | bool or null | Host is broadcasting its LLMNR hostname | | broadcast_mdns | bool or null | Host is broadcasting its MulticastDNS hostname | | chassis | string or null | The chassis type | +| virtualization | string or null | Virtualization hypervisor in use (if any) | | cpe | string or null | The local CPE | | deployment | string or null | The deployment stage of the OS if any | | disk_total | float | Total space of the disk in MB |