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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.