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"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.