cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Need help with Dexter

Anonymous
Not applicable

Trying to use Dexter to fetch data and having an authorization error.  Below is the target section of the job.json file I am using...  Not sure what format to use for the username.. The sample I found suggests username@customer, so I tried[Redacted] (my username and customer name), but that doesn't work, so I tried several other possible ways and the logs still show authorization error.

 

"Target":
    [
        {
            "Controller": "https://[Redacted].saas.appdynamics.com/ ",
            "UserName": "[Redacted]",
            "UserPassword": "",
            "Application": ".*",
            "NameRegex": false
        }
    ]

 

^ Post edited by @Ryan.Paredez to redact Controller name and usernames. Please do not share Controller URLs and Usernames on community posts for security and privacy reasons.

12 REPLIES 12

Anonymous
Not applicable

What did you add exactly ? 

The below (with non-relevant stuff removed for clarity) :

 

<configuration>
    <system.net>  
        <defaultProxy enabled="true" useDefaultCredentials="true">
            <proxy proxyaddress="http://<myproxyhost>:3128" />
        </defaultProxy>
    </system.net>
</configuration>

Anonymous
Not applicable

Thank you. Its working ! 

 

Also, do you have any idea on how to get JVM Heap Used % in the metric related data reports. Currently I am getting only JVM Heap Used (in mb). Thanks