Currently trying to develop a RESTful API that will allow my team to perform more specified configurations for a bulk number of applications across differing controllers. NONE of the AppDynamics APIs have support for this type of functionality (That I have found at least). How would I, for example, RESTFully configure any compoenent of a policy or health rule... Any help on this would be greatly appreciated 🙂
Hi Trevor,
You can create a policy using REST API by opening Swagger UI (instructions here). Next, search for Policies API POST request. Please see the attached screenshot.
Find the attributes to pass under the following link.
-Thanks