Skip to content

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

http://localhost:8888/api/ishealthy  

Return value

 Property name   Description                       Data type 
string string

Usage examples

curl http://localhost:8888/api/ishealthy^
    -H "Accept: application/json"