{ "opencollection": "1.0.0", "info": { "name": "Kibana APIs Actions Fleet internals API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Fleet internals", "type": "folder" }, "items": [ { "info": { "name": "Check permissions", "type": "http" }, "http": { "method": "GET", "url": "https://{kibana_url}/api/fleet/check-permissions", "params": [ { "name": "fleetServerSetup", "value": "", "type": "query", "description": "When true, check Fleet Server setup privileges in addition to standard Fleet privileges" } ] }, "docs": "**Spaces method and path for this operation:**\n\n
get /s/{space_id}/api/fleet/check-permissions
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nCheck whether the current user has the required permissions to use Fleet. Optionally verifies Fleet Server setup privileges." }, { "info": { "name": "Check Fleet Server health", "type": "http" }, "http": { "method": "POST", "url": "https://{kibana_url}/api/fleet/health_check", "headers": [ { "name": "kbn-xsrf", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Spaces method and path for this operation:**\n\n
post /s/{space_id}/api/fleet/health_check
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nCheck the health status of a Fleet Server instance by its host ID. Returns the server status and name if available.

[Required authorization] Route required privileges: fleet-settings-all." }, { "info": { "name": "Get settings", "type": "http" }, "http": { "method": "GET", "url": "https://{kibana_url}/api/fleet/settings" }, "docs": "**Spaces method and path for this operation:**\n\n
get /s/{space_id}/api/fleet/settings
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nGet the global Fleet settings.

[Required authorization] Route required privileges: fleet-settings-read." }, { "info": { "name": "Update settings", "type": "http" }, "http": { "method": "PUT", "url": "https://{kibana_url}/api/fleet/settings", "headers": [ { "name": "kbn-xsrf", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Spaces method and path for this operation:**\n\n
put /s/{space_id}/api/fleet/settings
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nUpdate the global Fleet settings.

[Required authorization] Route required privileges: fleet-settings-all." }, { "info": { "name": "Initiate Fleet setup", "type": "http" }, "http": { "method": "POST", "url": "https://{kibana_url}/api/fleet/setup", "headers": [ { "name": "kbn-xsrf", "value": "" } ] }, "docs": "**Spaces method and path for this operation:**\n\n
post /s/{space_id}/api/fleet/setup
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nInitialize Fleet and create the necessary Elasticsearch resources for Fleet to operate. Safe to call multiple times (idempotent). Returns the initialization status and any non-fatal errors encountered during setup.

[" } ] } ], "bundled": true }