{ "opencollection": "1.0.0", "info": { "name": "Kibana APIs Actions Fleet outputs API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Fleet outputs", "type": "folder" }, "items": [ { "info": { "name": "Generate a Logstash API key", "type": "http" }, "http": { "method": "POST", "url": "https://{kibana_url}/api/fleet/logstash_api_keys", "headers": [ { "name": "kbn-xsrf", "value": "" } ] }, "docs": "**Spaces method and path for this operation:**\n\n
post /s/{space_id}/api/fleet/logstash_api_keys
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nGenerate an API key for Logstash to use with a Fleet output.

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

[Required authorization] Route required privileges: fleet-settings-read OR fleet-agent-policies-read." }, { "info": { "name": "Create output", "type": "http" }, "http": { "method": "POST", "url": "https://{kibana_url}/api/fleet/outputs", "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/outputs
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nCreate a new Fleet output.

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

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

[Required authorization] Route required privileges: fleet-settings-all OR fleet-agent-policies-all." }, { "info": { "name": "Delete output", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kibana_url}/api/fleet/outputs/:outputId", "headers": [ { "name": "kbn-xsrf", "value": "" } ], "params": [ { "name": "outputId", "value": "", "type": "path", "description": "The ID of the output" } ] }, "docs": "**Spaces method and path for this operation:**\n\n
delete /s/{space_id}/api/fleet/outputs/{outputId}
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nDelete output by ID.

[Required authorization] Route required privileges: fleet-settings-all." }, { "info": { "name": "Get the latest output health", "type": "http" }, "http": { "method": "GET", "url": "https://{kibana_url}/api/fleet/outputs/:outputId/health", "params": [ { "name": "outputId", "value": "", "type": "path", "description": "The ID of the output" } ] }, "docs": "**Spaces method and path for this operation:**\n\n
get /s/{space_id}/api/fleet/outputs/{outputId}/health
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nGet the latest health status of an output by ID.

[Required authorization] Route required privileges: fleet-settings-read." } ] } ], "bundled": true }