Hi, I have a need to periodically pull a specific health rule to identify whether a violation has occurred. This needs to be done through a Java program in order to trigger some other events in our applications. I understand that AppDynamics offers several health rule related APIs, specified here: https://docs.appdynamics.com/21.3/en/extend-appdynamics/appdynamics-apis/alert-and-respond-api/health-rule-api However, I cannot find one to provide a health rule is being violated at a given time. My question is, is there such API exposed by App Dynamics to listen to such event by periodically pulling such information, preferably an HTTP request?
... View more