mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Add AppArmor version (#1110)
This commit is contained in:
parent
f1bf2f67e8
commit
a9407a2cb4
@ -1322,6 +1322,7 @@ Return information about the host.
|
|||||||
| key | type | description |
|
| key | type | description |
|
||||||
| ---------------- | -------------- | ----------------------------------------- |
|
| ---------------- | -------------- | ----------------------------------------- |
|
||||||
| agent_version | string or null | Agent version running on the Host |
|
| 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 |
|
| chassis | string or null | The chassis type |
|
||||||
| cpe | string or null | The local CPE |
|
| cpe | string or null | The local CPE |
|
||||||
| deployment | string or null | The deployment stage of the OS if any |
|
| deployment | string or null | The deployment stage of the OS if any |
|
||||||
@ -1340,6 +1341,7 @@ Return information about the host.
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"agent_version": "1.2.0",
|
"agent_version": "1.2.0",
|
||||||
|
"apparmor_version": "2.13.2",
|
||||||
"chassis": "specific",
|
"chassis": "specific",
|
||||||
"cpe": "xy",
|
"cpe": "xy",
|
||||||
"deployment": "stable",
|
"deployment": "stable",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user