Managing Health Check Endpoint

TIBCO Order Management - Long Running supports the health check endpoint to check the overall health of application resources such as Enterprise Message Service (EMS), database, and disk space. You can check the health status of any service by putting the respective host and port number of that service in the following format.

Health check endpoint: http://<host>:<port>/management/health

Example of health check response:
configurator:
============

	http://localhost:9090/management/health
	 	{"status":"UP","diskSpace":{"status":"UP","total":367000547328,
    "free":249138311168,"threshold":10485760}}