From 6e795cd74b5973c8570fbed1e64e47c0935fc410 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 17 Sep 2021 18:27:51 +0200 Subject: [PATCH] Host agent version on API (for CLI debugging) (#1058) --- docs/api/supervisor/endpoints.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index c08ac11a..b82caf69 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1320,6 +1320,7 @@ Return information about the host. | key | type | description | | ---------------- | -------------- | ----------------------------------------- | +| agent_version | string or null | Agent version running on the Host | | chassis | string or null | The chassis type | | cpe | string or null | The local CPE | | deployment | string or null | The deployment stage of the OS if any | @@ -1335,6 +1336,7 @@ Return information about the host. ```json { + "agent_version": "1.2.0", "chassis": "specific", "cpe": "xy", "deployment": "stable",