Monitoring health of process mining

You can check and monitor the health of your on-premise Process Mining and Task Mining installations by using the health check REST API.

The heath API checks if both the services are available and can communicate with each other.

To run the service, use the following URL:

<URL of Process Mining UI>/healthcheck/all

Note that this API does not require any authentication.

If the system is healthy, the API should return a json, such as:

`{ data : “ready”, success : true }

If an error is detected, the success field is set to false and further explanation on the service failure is provided in the data field.