Skip to content

Health

The health endpoint provides information about the health state of the dsp-stack.

Example request

GET /health

Example response

{
    "name":"AppState",
    "message" : "Application is healthy",
    "severity":"non fatal",
    "status":"healthy"
}

Last update: 2022-06-22