Heartbeat links

If you want to monitor OpenIAM software, you can use Heartbeat. Use the links below for both the UI and OpenIAM ESB service.

For UI

For ESB

  • http://localhost:9080/openiam-esb/actuator/health

To check the status via the terminal, run the following command.

curl https://staging.openiam.com/webconsole/actuator/health

The expected output of the command should be

{"status":"UP"}

Any output different from {"status":"UP"} indicates an error.