Liveness probe

GET /health

Unauthenticated liveness probe. Returns 200 with {"status":"ok"} while the service is up; intended for load balancers and uptime checks.

Responses

200

OK

Content type: application/json

FieldTypeRequiredDescription
statusstringYesService health status

default

Error

Content type: application/problem+json

FieldTypeRequiredDescription
detailstringNoA human-readable explanation specific to this occurrence of the problem.
errorsarray of objectNoOptional list of individual error details
instancestringNoA URI reference that identifies the specific occurrence of the problem.
statusintegerNoHTTP status code
titlestringNoA short, human-readable summary of the problem type. This value should not change between occurrences of the error.
typestringNoA URI reference to human-readable documentation for the error.

errors[]

FieldTypeRequiredDescription
locationstringNoWhere the error occurred, e.g. ‘body.items[3].tags’ or ‘path.thing-id’
messagestringNoError message text
valueanyNoThe value at the given location