mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
added mention of new vuln endpoint (#17912)
This commit is contained in:
parent
befbb85ab2
commit
821a2e0e45
1 changed files with 3 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue