Application Health Check Endpoint

Every Oracle Health Insurance application exposes an Application Health Check 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.

By default, this endpoint is available at:

http://[hostName]:[portNumber]/[api-context-root]/health.

You can change this URL context root by changing the deployment plan of the application’s Healthcheck WEB module.

Sample Response

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

If the application is running, it is in the UP status.

The application health check endpoint returns the following statuses:

  • 200: The node is healthy.

  • 429: The node is busy with existing requests.