Skip to main content

Endpoints

POST /export

Receives an EvalCommand pipeline as body:
Exports the requested configuration as key-value object where the value is coerced to expected type (string, number, boolean, object, array).

GET /docs

Responds with an interactive API documentation page.
Configu Proxy Server Docs

Configu Proxy Server Docs

GET /live

Responds with a 200 OK status code with the uptime of the server in seconds.

GET /ready

Responds with a
  • 200 OK status code if the server is ready to accept requests.
  • 503 Service Unavailable status code with an empty response if the server is not ready (started, shutting down, etc).