Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
08-07-2018 10:37 AM
Hello,
I have been trying to access my REST APi using DEXTER, but no matter how I input URL the message is always the same: Expanded targets but not a single valid target to work on
My Actions:
change url to : "Controller": controller/rest/applications/app/nodes",
change username to: username@customer1
Any help would be apreciated.
thanks.
08-14-2018 05:56 AM
Hi,
Have you read the documentation on the Target element https://github.com/Appdynamics/AppDynamics.DEXTER/wiki/Job-File#target-section?
You'll see that the Controller property of Target object is an absolute URL to your controller, not a relative string "controller/rest/applications/app/nodes" that you are specifying.
And the username has to be an appdynamics internal account as described here https://github.com/Appdynamics/AppDynamics.DEXTER/wiki/Job-File#username-string
Daniel
08-23-2018 05:34 AM
Daniel thanks for your prompt reply!
Yes, in the url property I have assigned an absolute url, also set the username to an internal account.
09-11-2018 09:07 AM
As you can see in https://github.com/Appdynamics/AppDynamics.DEXTER/wiki/Job-File#target-section,
the URL to the Controller is just its host name. You don't need anything after the host name. Remove /controller/rest/applications.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form