{ "opencollection": "1.0.0", "info": { "name": "Kibana APIs Actions APM agent keys API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "APM agent keys", "type": "folder" }, "items": [ { "info": { "name": "Create an APM agent key", "type": "http" }, "http": { "method": "POST", "url": "https://{kibana_url}/api/apm/agent_keys", "headers": [ { "name": "elastic-api-version", "value": "" }, { "name": "kbn-xsrf", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**Spaces method and path for this operation:**\n\n
post /s/{space_id}/api/apm/agent_keys
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nCreate a new agent key for APM.\nThe user creating an APM agent API key must have at least the `manage_own_api_key` cluster privilege and the APM application-level privileges that it wishes to grant.\nAfter it is created, yo" } ] } ], "bundled": true }