Configu Proxy
API Reference
A reference guide for all Configu Proxy Endpoints.
Endpoints
POST /export
Recives an EvalCommand pipeline as body:
Exports the requested configuration as an object.
GET /docs
Responds with an interactive API documentation page.
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).