Health status check

A health status check determines whether the web application is still running and accepting user requests.

Service: http://{host}:8080/pdweb-idaho/checkHealth

There are many reasons why the web application may become unresponsive. Common causes are Out of Memory or full CPU consumption.

  • If the Web Application is running, this call will return the http status code 200, with OK as the response.

  • If not, it will return a status code other than 200.