Operational
Get instance operational status
This operation returns information about whether this Unleash instance is healthy and ready to serve requests or not. Typically used by your deployment orchestrator (e.g. Kubernetes, Docker Swarm, Mesos, et al.).
get/health
Response
healthCheckSchema
Example response
{
"health": "GOOD"
}