mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
If the `team_id` parameter is included the query report will filter the hosts by the team id specified. The `team_id` parameter is included by default from the front end queries pages. https://github.com/fleetdm/fleet/issues/24006 # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [X] Added/updated tests - [X] Manual QA for all new/changed functionality --------- Co-authored-by: Ian Littman <iansltx@gmail.com>
1 line
No EOL
247 B
Text
1 line
No EOL
247 B
Text
* Fixed cases where showing results of an inherited query viewed inside a team would include results from hosts not on thta team by adding an optional team_id parameter to queries report endpoint (`GET /api/latest/fleet/queries/{query_id}/report`) |