From 179e9428c5b1f0c875e9232262032e8e71b3c161 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 28 Oct 2021 11:43:12 -0400 Subject: [PATCH] docs: add 'virtualization' to the return value of system_info Signed-off-by: Eric Callahan --- docs/web_api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/web_api.md b/docs/web_api.md index 97bf654..0d1ee1d 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -884,6 +884,10 @@ Returns: Information about the host system in the following format: "active_state": "active", "sub_state": "running" } + }, + "virtualization": { + "virt_type": "none", + "virt_identifier": "none" } } }