v1

latestOpenAPI 3.0.0Apache 2.02026-07-2338718.6 KB
status

Get status

Request a status message from Baleen to confirm it is currently running

get/status

Response

Successful operation

namestring

The name of the software

versionstring

The version of Baleen

statusstring

The current status

uptimeinteger

The number of seconds Baleen has been running

Example response

{
  "name": "Baleen",
  "version": "2.8.0-SNAPSHOT",
  "status": "ok"
}