Batch Level of Service API Includes Supporting Details
The business service that returns the level of service information for a specific batch control (F1-BatchLevelOfService) is now aligned with the logic of the Health Check business service (F1-HealthCheck). When multiple Level of Service algorithms are plugged in on the batch control, the overall Level of Service code is populated as follows:
- If any algorithm returns Error, that value is returned.
- Otherwise, if any return a Warning, that value is returned
- Otherwise, Normal is returned.
The Reason is set to "See Results for Details". In addition, the results returned by each algorithm is returned so that the caller can review the details.
This business service is called by the F1-BatchLevelOfService REST inbound web service. Users of this API will now see the additional details.
When calling the Batch Level of Service API, you now can see the supporting details when there are multiple level of service algorithms. In addition, the summarized level of detail output surfaces the most important information.
Steps to Enable
You don't need to do anything to enable this feature.