Check Composite State of Oracle SOA Suite by Command Line
I was currently fighting a bit with the monitoring of Oracle SOA Suite 12c Composites.
The goal was to check the state of deployed Composites on an Oracle SOA Suite 12c with following requirements/dependencies:
No Oracle Cloud Control
Capture only Active Composites and not Retired Composites
After some discussions with colleagues and a lot of Google and serveral tests with Python Scripts in wlst, I came to following solution:
one main Pythin Script, called check_composite_state.py which is checking the State of a non retired given Composite...