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

Jaeger Services API

Endpoints for listing services and their operations.

Jaeger Services API is one of 7 APIs that Jaeger publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Services. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a GitHub repository, and a changelog.

This API exposes 2 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, http://localhost:16686.

2 operations 2 paths 1 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Server
http://localhost:16686
License
Resource Areas
1

Paths & Operations 2

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

Services 2

Endpoints for listing services and their operations.

GET
/api/services
Get all services
getServices → 200500
GET
/api/services/{service}/operations
Get operations for a service
getOperations 2 params → 200404500

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is StructuredError (3 properties). Each schema is shown below with its type and property counts.

StructuredError
object
A structured error returned by the API.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jaeger-services-api-openapi.yml Raw ↑

Other APIs Jaeger publishes across the network.

Jaeger Collector API
Jaeger Remote Storage API
Jaeger Remote Sampling API
Jaeger Dependencies API
Jaeger Metrics API
Jaeger Traces API