Host agent version on API (for CLI debugging) (#1058)

This commit is contained in:
Pascal Vizeli 2021-09-17 18:27:51 +02:00 committed by GitHub
parent 4abd8b960c
commit 6e795cd74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1320,6 +1320,7 @@ Return information about the host.
| key | type | description | | key | type | description |
| ---------------- | -------------- | ----------------------------------------- | | ---------------- | -------------- | ----------------------------------------- |
| agent_version | string or null | Agent version running on the 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 |
@ -1335,6 +1336,7 @@ Return information about the host.
```json ```json
{ {
"agent_version": "1.2.0",
"chassis": "specific", "chassis": "specific",
"cpe": "xy", "cpe": "xy",
"deployment": "stable", "deployment": "stable",