Question :
Is there any example of how to correctly call the AppDynamics rest API health rules using java?
Summary:
Our team is working on calling the health rules API in appDynamics using java
( javax.ws.rs.client.Client.target library )
Below is ...