{ "opencollection": "1.0.0", "info": { "name": "Kibana APIs Actions Fleet agentless policies API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Fleet agentless policies", "type": "folder" }, "items": [ { "info": { "name": "Create an agentless policy", "type": "http" }, "http": { "method": "POST", "url": "https://{kibana_url}/api/fleet/agentless_policies", "headers": [ { "name": "kbn-xsrf", "value": "" } ], "params": [ { "name": "format", "value": "", "type": "query", "description": "The format of the response package policy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Spaces method and path for this operation:**\n\n
post /s/{space_id}/api/fleet/agentless_policies
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nCreate an agentless policy" }, { "info": { "name": "Delete an agentless policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kibana_url}/api/fleet/agentless_policies/:policyId", "headers": [ { "name": "kbn-xsrf", "value": "" } ], "params": [ { "name": "policyId", "value": "", "type": "path", "description": "The ID of the policy to delete." }, { "name": "force", "value": "", "type": "query", "description": "Force delete the policy even if the policy is managed." } ] }, "docs": "**Spaces method and path for this operation:**\n\n
delete /s/{space_id}/api/fleet/agentless_policies/{policyId}
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nDelete an agentless policy" } ] } ], "bundled": true }