mirror of
https://github.com/fleetdm/fleet
synced 2026-05-09 10:11:03 +00:00
2 lines
410 B
Text
2 lines
410 B
Text
* Added `/scripts/run` and `scripts/run/sync` API endpoints to send a script to be executed on a host (and optionally wait for its results).
|
|
* Added `POST /api/fleet/orbit/scripts/request` and `POST /api/fleet/orbit/scripts/result` Orbit-specific API endpoints to get a pending script to execute and send the results back, and added an orbit notification to let the host know it has scripts pending execution.
|