{ "opencollection": "1.0.0", "info": { "name": "Kibana APIs Actions APM sourcemaps API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "APM sourcemaps", "type": "folder" }, "items": [ { "info": { "name": "Get source maps", "type": "http" }, "http": { "method": "GET", "url": "https://{kibana_url}/api/apm/sourcemaps", "headers": [ { "name": "elastic-api-version", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number" }, { "name": "perPage", "value": "", "type": "query", "description": "Number of records per page" } ] }, "docs": "**Spaces method and path for this operation:**\n\n
get /s/{space_id}/api/apm/sourcemaps
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nGet an array of Fleet artifacts, including source map uploads. You must have `read` or `all` Kibana privileges for the APM and User Experience feature.\n" }, { "info": { "name": "Upload a source map", "type": "http" }, "http": { "method": "POST", "url": "https://{kibana_url}/api/apm/sourcemaps", "headers": [ { "name": "elastic-api-version", "value": "" }, { "name": "kbn-xsrf", "value": "" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "**Spaces method and path for this operation:**\n\n
post /s/{space_id}/api/apm/sourcemaps
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nUpload a source map for a specific service and version. You must have `all` Kibana privileges for the APM and User Experience feature.\nThe maximum payload size is `1mb`. If you attempt to upload a source map that exceeds t" }, { "info": { "name": "Delete source map", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kibana_url}/api/apm/sourcemaps/:id", "headers": [ { "name": "elastic-api-version", "value": "" }, { "name": "kbn-xsrf", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Source map identifier" } ] }, "docs": "**Spaces method and path for this operation:**\n\n
delete /s/{space_id}/api/apm/sourcemaps/{id}
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nDelete a previously uploaded source map. You must have `all` Kibana privileges for the APM and User Experience feature.\n" } ] } ], "bundled": true }