Technical references : Administration : Software health check
Software health check
The URL endpoint /health allows you to verify if your servers are up and running. A round-trip is executed from webserver to application server and database server, and back. The endpoint /health page returns OK if everything is up and running, and if that is not the case, NOK is returned.
Performing a software health check is done by just taking one step.
Procedure
1. Go to the endpoint /health.
The check is now performed.