healthcheck
Health check service for checking if the DQOps service is up and operational.
is_healthy
Checks if the DQOps instance is healthy and operational. Returns a text "OK" and a HTTP status code 200 when the service is active and can accept jobs, or returns a text "UNAVAILABLE" and a HTTP status code 503 when the service is still starting or is shutting down.
Source code
GET
Return value
Property name | Description | Data type |
---|---|---|
string | string |
Usage examples