Azkarra Streams REST Interface

REST API Reference.

Azkarra Streams embeds an HTTP server which exposes a REST API to manage available topologies and streams jobs running locally. By default, the server listens on port 8080.

Content-Type

Currently, the REST API only supports application/json as both the request and response entity content type.


Applications

Endpoints for retrieving information about running streams applications and state stores.

Environment

Endpoints for retrieving information about local environments.

Health

Endpoints for retrieving information about the application health.

Info

Endpoints for retrieving information about the application.

Streams

Endpoints for retrieving information about streams instances running locally.

Topologies

Endpoints for retrieving information about the application health.

Version

Endpoints for retrieving information about Azkarra version.

Last modified March 3, 2021: docs(site): update docs for 0.9.x (ca3e155b)