{ "opencollection": "1.0.0", "info": { "name": "Kibana APIs Actions Elastic Agent binary download sources API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Elastic Agent binary download sources", "type": "folder" }, "items": [ { "info": { "name": "Get agent binary download sources", "type": "http" }, "http": { "method": "GET", "url": "https://{kibana_url}/api/fleet/agent_download_sources" }, "docs": "**Spaces method and path for this operation:**\n\n
get /s/{space_id}/api/fleet/agent_download_sources
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nList all agent binary download sources.

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

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

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

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

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