Splunk AppDynamics

Dexter: Expanded targets but not a single valid target to work on

CommunityUser
Splunk Employee
Splunk Employee

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.

                       

Labels (1)
Tags (1)
0 Karma

Daniel_Odievich
Path Finder

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

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

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.

  

image.pngimage.png

0 Karma

Daniel_Odievich
Path Finder

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.

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...