Endpoints V1 - localghost/healthy GitHub Wiki
-
single check endpoint
/v1/check/[CHECK_NAME][[,CHECK_NAME]...]
curl -fv http://localhost:8199/v1/check/google
curl -fv http://localhost:8199/v1/check/google,rabbit
-
status of all checks (succeeds when all checks succeed)
/v1/status
curl -fv http://localhost:8199/v1/status
In both cases, on success response with status code 200 is returned. Any other status code means thecheck has failed.