StarSling
APIInfo

Control-plane version

The running control plane and the commit it was built from. Needs no credential, so it answers whether the service is reachable before you start debugging one.

View Markdown
GET/api/info

Response Body

application/json

application/json

curl -X GET "https://example.com/api/info"
{  "service": "blazar-control-plane",  "version": "a1b2c3d"}