25 Jun 2019 07:01 PM
We have a list of REST API urls within IIB to monitor for HTTP
500 errors. These URLs are found as purepaths. We successfully setup alerts for the request but it’s too generic and does not provide details for which purepath
has the 500. How would we do this on the PP level in AIX/IIB? Thanks.
25 Jun 2019 07:34 PM
The only idea I have is making custom services for each purepaths group (by picking as entrypoint unique class/method if exists). Then you will be able to track failure rates for each service separate. You will be able then to track 500 errors for each requests there.
Sebastian