mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 23:48:52 +00:00
#18464 Added `/fleet/autofill/policy` endpoint to get autogenerated policy description and resolution for a given SQL query. Added `server_settings.ai_features_disabled` setting to disable the above endpoint. For Google calendar integration, - changed the event title to: "💻 🚫 Scheduled maintenance" - updated event description to include policy description and resolution if only one policy is failing # 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://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Luke Heath <luke@fleetdm.com>
8 lines
533 B
Text
8 lines
533 B
Text
Added `/api/_version_/fleet/autofill/policy` endpoint to get autogenerated policy description and resolution for a given SQL query.
|
|
- Fleet server will communicate with https://fleetdm.com to get the AI generated policy description and resolution.
|
|
|
|
Added `server_settings.ai_features_disabled` setting to disable the above endpoint.
|
|
|
|
For Google calendar integration,
|
|
- changed the event title to: "💻🚫 Scheduled maintenance"
|
|
- updated event description to include policy description and resolution if only one policy is failing
|