< All Topics

Health Check API

NirvaShare applications can be monitored for their health using any of the external monitoring software. Sometimes when used behind load balancers, it is essential to perform a health check by load balancers to manage traffic across instances of NirvaShare. To use the health check API of NirvaShare, please use the below URL.

Admin Console

Use below API with HTTP GET method to check the health of Admin Console  Example: https://adminconsole-domain.com/actuator/health

/actuator/health

User Application

Use below API with HTTP GET method to check the health of User Application  Example: https://userapp-domain.com/actuator/health

/actuator/health
Table of Contents