Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kibana APM sourcemaps API

Configure APM source maps. A source map allows minified files to be mapped back to original source code--allowing you to maintain the speed advantage of minified code, without losing the ability to quickly and easily debug your application.For best results, uploading source maps should become a part of your deployment procedure, and not something you only do when you see unhelpful errors. That's because uploading source maps after errors happen won't make old errors magically readable--errors must occur again for source mapping to occur.

Kibana APM sourcemaps API is one of 60 APIs that Kibana publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include APM sourcemaps. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 3 operations across 2 paths, and defines 9 schemas. It is described by OpenAPI 3.0.3.

Requests are made against a single base URL, https://{kibana_url}.

3 operations 2 paths 9 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
Base URL
https://localhost:5601/api
Authentication
API Key, HTTP Basic
Contact
Kibana Team
Resource Areas
1

Authentication & Security 2

Kibana APM sourcemaps API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • apiKeyAuth — These APIs use key-based authentication. You must create an API key and use the encoded value in the request header. For example: Authorization: ApiKey base64A…

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

APM sourcemaps 3

Configure APM source maps. A source map allows minified files to be mapped back to original source code--allowing you to maintain the speed advantage of minified code, without los…

GET
/api/apm/sourcemaps
Get source maps
getSourceMaps 3 params → 200400401500501
POST
/api/apm/sourcemaps
Upload a source map
uploadSourceMap 2 params body → 200400401403500501
DELETE
/api/apm/sourcemaps/{id}
Delete source map
deleteSourceMap 3 params → 200400401403500501

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are APM_UI_base_source_map_object (12 properties), APM_UI_upload_source_map_object (4 properties), APM_UI_403_response (3 properties), APM_UI_500_response (3 properties). Each schema is shown below with its type and property counts.

APM_UI_base_source_map_object
object
12 properties
APM_UI_403_response
object
3 properties
APM_UI_401_response
object
3 properties
APM_UI_501_response
object
3 properties
APM_UI_500_response
object
3 properties
APM_UI_400_response
object
3 properties
APM_UI_upload_source_map_object
object
4 properties 4 required
APM_UI_source_maps_response
object
1 property
APM_UI_upload_source_maps_response

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kibana-apm-sourcemaps-api-openapi.yml Raw ↑

Other APIs Kibana publishes across the network.

Kibana Actions API
Kibana agent builder API
Kibana alerting API
Kibana APM agent configuration API
Kibana APM agent keys API
Kibana APM annotations API
Kibana APM server schema API
Kibana cases API
Kibana connectors API
Kibana Data streams API
Kibana data views API
Kibana Elastic Agent actions API