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
05-08-2018 01:08 PM - last edited on 09-03-2020 10:03 AM by Ryan.Paredez
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.
03-04-2019 12:19 PM
What did you add exactly ?
03-04-2019 03:01 PM
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>
03-05-2019 12:03 PM
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
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form