Facing issue with AppDynamics API REST call authentication
Hi ,I am unable to access AppDynamics REST API.If I write a sample code using the python client from appd.request import AppDynamicsClient c = AppDynamicsClient('URL','group','appd@123') for app in c.get_applications(): print app.id, app.name It wor...