Note This page is still a work in progress! Healthcheck API¶ Overview¶ Description API Context HTTP Method GET Request/Response Format Authentication Basic Username admin Password admin Runtime curl command syntax¶ curl -k -X GET http://<HOST_NAME>:<PORT>/health Sample curl command¶ curl -k -X GET http://localhost:9090/health Sample output¶ {"status":"healthy"} Response¶ HTTP Status Code 200 For descriptions of the HTTP status codes, see HTTP Status Codes .