From a9407a2cb420129bd63db8c16afca735f0e195b4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 27 Oct 2021 14:58:55 +0200 Subject: [PATCH] Add AppArmor version (#1110) --- 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 69b24218..0dad468f 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1322,6 +1322,7 @@ Return information about the host. | key | type | description | | ---------------- | -------------- | ----------------------------------------- | | agent_version | string or null | Agent version running on the Host | +| apparmor_version | string or null | The AppArmor version from 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 | @@ -1340,6 +1341,7 @@ Return information about the host. ```json { "agent_version": "1.2.0", + "apparmor_version": "2.13.2", "chassis": "specific", "cpe": "xy", "deployment": "stable",