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

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

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

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

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

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