Application Healthcheck Endpoint

Every Oracle Health Insurance Application exposes an Application Healthcheck Endpoint. This endpoint can be accessed without authentication and provides basic information (JSON document) about whether the Oracle Health Insurance Application has been deployed and is in a running state, that is referred to 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.

An example response document is shown below.

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