Application Healthcheck Endpoint

Every Oracle Health Insurance application exposes an Application Healthcheck Endpoint. You can access this endpoint without authentication. It provides the basic information (JSON document) about the deployment and state of the Oracle Health Insurance application. If the application is running, we refer to it as UP. By default, this endpoint is available at:

<http://<host>:<port>/health.

It is possible to change this URL context root by changing the deployment plan of the application’s Healthcheck WEB module.

We show an example response document below.

{
  "environment": "qatest"
, "status": "UP"
}