-
Notifications
You must be signed in to change notification settings - Fork 2
Endpoints V1
Zbigniew Kostrzewa edited this page Dec 18, 2018
·
10 revisions
-
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.