The system provides a service that returns an overall assessment of the system’s health. The overall response is expressed using an HTTP code. The codes supported by the service are defined in the lookup HEALTH_RESPONSE_FLG and are as follows:
A value of 500 (One or More Critical Functions Degraded) is returned if there is any critical issue detected by the service.
A value of 203 (Non-Critical Function Degraded) is returned if no critical issues are found and there is at least one non-critical issue detected by the service.
Otherwise a value of 200 (All Checks Successful) is returned.
This health check service is accessible through the business service F1–HealthCheck. Also note that the system provides an Inbound Web Service for this business service (also called F1–HealthCheck) allowing external systems to use a web service to retrieve this information.
In addition, the product provides a portal that allows a user to view the detailed results of the health check service.
Navigate using
to view this portal.The zone on the portal displays the following:
Overall Response is the HTTP response code returned by the business service as described above.
The grid displays the detail of each individual component checked as part of the system health check. See below for more detail about what components are checked.
Health Component indicate the type of health check performed. Currently the system supports Batch Level of Service component type.
Health Component Details provides information about the individual entity checked. The information displayed here depends on the type of health component. If supported by the type of component, the column may be hypertext, allowing the user to drill into the entity itself.
Status displays the status returned by the health component check for this individual entity. The information displayed here depends on the type of health component.
Status Reason provides more detail about why the individual entity is in the indicated status. The information displayed here depends on the type of health component.
Response shows the health check response code assigned to this individual entity’s health check response. It is mapped based on the status returned by the health component check.
The details returned by the business service for this portal depends on the health component type. The system supports the Batch Level of Service health component type.
This health component type finds all the batch controls that are configured with a level of service algorithm and invokes the algorithm for each batch control. The business service populates the output for this health service for each batch control as follows:
The Health Component Detail is populated with the Batch Control code and description. In addition, the navigation information for being able to drill into the batch control are provided and used to build the column as hypertext.
The Status is populated with the description of the Level of Service lookup value returned by the level of service algorithm for this batch control.
The Status Reason is populated with the expanded text of the status reason returned by the level of service algorithm for this batch control.
The Response is populated based on the value of the Level of Service status. It is set to All Checks Successful (200) when the Level of Service is Normal or Disabled; Non-Critical Function Degraded (203) when the Level of Service is Warning and One or More Critical Functions Degraded (500) when the Level of Service is Error.
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]