added mention of new vuln endpoint (#17912)

This commit is contained in:
Grant Bilstad 2024-05-29 17:08:05 -06:00 committed by GitHub
parent befbb85ab2
commit 821a2e0e45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,9 @@ export FLEET_ENV_PATH=./path/to/env/file/fleet_env
./tools/api/fleet/queries/run "[1,2]" "[3,4]"
```
> The following examples are made obsolete with the vuln endpoint https://fleetdm.com/docs/rest-api/rest-api#vulnerabilities
Bash Script - Pulls all hosts based on software _name_ for your Fleet instance, uses jq. Helps if wanting to track down a particular software and see what hosts might be affected.
`./name.sh api_token software_title_id base_url`