fleet/docs
noahtalerman 54f46b944e
Add packs endpoints docs to REST API docs (#242)
Reformat the anchor links for specific endpoints by moving these links to their respective sections.

The endpoints included in these changes:
- /api/v1/kolide/packs POST
- /api/v1/kolide/packs/{id} PATCH "modify_pack"
- /api/v1/kolide/packs/{id} GET "get_pack"
- /api/v1/kolide/packs GET "list_packs"
- /api/v1/kolide/packs/{name} DELETE "delete_pack"
- /api/v1/kolide/packs/id/{id} DELETE "delete_pack_by_id"
- /api/v1/kolide/packs/{id}/scheduled GET "get_scheduled_queries_in_pack"
- /api/v1/kolide/schedule POST "schedule_query"
- /api/v1/kolide/schedule/{id} GET "get_scheduled_query"
- /api/v1/kolide/schedule/{id} PATCH "modify_scheduled_query"
- /api/v1/kolide/schedule/{id} DELETE "delete_scheduled_query"
- /api/v1/kolide/spec/packs POST "apply_pack_specs"
- /api/v1/kolide/spec/packs GET "get_pack_specs"
- /api/v1/kolide/spec/packs/{name} GET "get_pack_spec"
2021-01-28 15:40:49 -08:00
..
1-Using-Fleet Add packs endpoints docs to REST API docs (#242) 2021-01-28 15:40:49 -08:00
2-Deployment Update tls_compatibility settings to match Mozilla (#212) 2021-01-20 08:34:14 -08:00
3-Contribution Add allow insecure local host flag instructions to contributor docs. (#179) 2021-01-07 12:04:41 -08:00
images Update SAML documentation (#2113) 2019-10-11 15:14:56 -07:00
README.md Part 3 of documentation restructure. Contribution section. (#149) 2020-12-24 14:33:03 -08:00

Fleet Documentation

Welcome to the documentation for the Fleet osquery fleet manager.

Using Fleet

Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API

Deployment

Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios

Contribution

If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.


If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.