Operational
Get instance readiness status
This operation returns information about whether this Unleash instance is ready to serve requests or not. Typically used by your deployment orchestrator (e.g. Kubernetes, Docker Swarm, Mesos, et al.).
get/ready
Response
readyCheckSchema
Example response
{
"health": "GOOD"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.