Check health of all readers
GET/healthz
Check health of all readers
The /healthz
endpoint is used to check if the server is running, and whether its ready to receive requests. A 200
response indicates that it is, a 503 response indicates that there are no models attached and
ready to process requests.
Supports parameters that determine what readiness is being assessed.
if state
is provided, the health check will only return true if all the readers have at
least reached the state provided. else, will return true if all readers are live.
if wait
is provided, the health check will wait for the specified duration for all the
readers to reach or exceed the desired state, before returning an unhealthy status.
Request​
Responses​
- 200
- 503
Backend/python reader is fully loaded and can process requests.
Server is not available