Hi there It should be as follows Default configuration for the AppDynamics plugin only needs the following information to connect to the AppDynamics REST api: REST uri: The uri where AppDynamics Controller is living. Same uri as you would use for logging into the AppDynamics dashboard. Example : https://controller1.saas.appdynamics.com/controller Username: Username for authentication. Don't forget the "@<domain>" part if using a multi-tenant Controller. Example below If you use a Multitenant environment - user1@account If you use single tenant environment - user1 Password: Password for authentication. Password for your user that you created with Read access to the API Application Name: Name of the application that should be monitored, exactly as it appears in the Controller (possibly with spaces). Also accepts the application id (numeric value).
... View more