Last updated: June 26, 2024
DQOps REST API healthcheck operations
Health check operations for checking if the DQOps service is up and operational. Used for monitoring by load balancers.
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.
Follow the link to see the source code on GitHub.
GET
Return value
Property name | Description | Data type |
---|---|---|
string |
string |
Usage examples
Execution
Execution
Execution
Execution