How to use batch job or script to obtain status of deployed BPEL components
We can login to Oracle SOA EM console to view the status of deployed BPEL components. There are a few (similar) approaches to achieve this and one is described in Oracle document in URL below (in Chapter 18, the Section "Monitoring Deployed BPEL Process Service Components in the Service Engine"):
https://docs.oracle.com/en/middleware/soa-suite/soa/12.2.1.4/administer/monitoring-bpel-process-service-components-and-engines.html
Our question is: is there any utility tool or script we can run as a batch job to obtain the status of Deployed BPEL Process Service Components? We want a tool or script that can be executed and automated as a batch job so we can monitor the status; that is, a batch job to detect if a BPEL component is up (green) or down (red) to act quickly to turn it on if it is down (red).