Managing Health Check Endpoint

The TIBCO Order Management supports the health check endpoint to check the overall health status of the application resources like the EMS, Database, and Diskspace. 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: https://<host>:<port>/management/health

Example of health check response:
{"status":"UP","details":{"db":{"status":"UP","details":{"name":"Configurator",
"status":"RUNNING","database":"PostgreSQL"}},"diskSpace":{"status":"UP",
"details":{"total":254720077824,"free":93111214080,"threshold":10485760}}}}