Health Check API
TIBCO Order Management supports the health endpoint to check the overall health status of the application resources such as 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.
The following list shows the health check endpoints:
- http://<host>:<port>/management/health/readiness
- http://<host>:<port>/management/health/liveness
Example of a health check response:
configurator: ============ http://localhost:9090/management/health {"status":"UP","diskSpace":{"status":"UP","total":367000547328, "free":249138311168,"threshold":10485760}}