GET
/
v1
/
health
curl --request GET \
  --url http://localhost:9099/v1/health/
{
  "healthy": true
}

Response

200 - application/json
OK
healthy
boolean