health
Get the health status of the server
Get the current health status of the server (Leader or Worker Node). In Distributed deployments, requests routed to a Worker or Edge node using the host context require a Bearer token for authentication.
get/health
Response
Healthy status
Example response
{
"overlay": {
"state": "active"
}
}