mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 22:49:19 +00:00
# Checklist for submitter - [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/guides/committing-changes.md#changes-files) for more information. - [X] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [X] Added/updated automated tests - [X] Manual QA for all new/changed functionality ## Details This PR adds a new `GET /scripts/batch/summary/:batch_execution_id` endpoint that returns a summary of the current state of a batch script execution, including some basic info about the script being executed and a breakdown of how hosts have responded. See https://github.com/fleetdm/fleet/pull/29200 for API response.
1 line
149 B
Text
1 line
149 B
Text
- Added a new API GET /scripts/batch/summary/:batch_execution_id endpoint for retrieving a summary of the current state of a batch script execution.
|