Could someone please guide me to an API or some logical trick...........maybe Monaco has this.
I'm trying to get a list of all Process Groups/Process Instances, in my tenant, for which Availability Monitoring has been activated.
At the moment the only way i can think of getting to this is by going to each host then clicking each process and checking the configuration. Needle in a haystack experience at the moment.
This Early Adopter API allows me to see the configuration of a Process (which is always done at the process group instance level)
config/v1//anomalyDetection/processGroups/{id}
Problem is I would have to iterate over every Process Group, of which there are 15680 (27891 Process Group Instances) in my tenant.
Trying to see the following for all processes which have Availability Monitoring.
Host | Process | Availability Monitoring Setting
For what I know, you have to go the API way. And Monaco should help there. One of the functionalities of Monaco is downloading the configuration, namely to a local repository. You should then be able to iterate through that data...