Discussion Feed
07-25-2017
01:58 AM
1 Kudo
Hi Ajeet,
As per our understanding you are trying to get data from the controller database through exposed REST API's. The exposed REST API's does't depend on type of application you are monitoring through AppDynamics. In your case it doesnt depend on the hosted application server IIS these call just fetch data from controller DB through REST calls.
Do find the below REST API links.
https://docs.appdynamics.com/display/PRO43/Access+Swagger+and+Accounts+API
https://docs.appdynamics.com/display/PRO43/AppDynamics+APIs
Remember username is always <username>@<account-name> follow with the password.
Regards,
Pratik
... View more
07-23-2017
11:45 PM
Hello Wesley,
Are you trying the REST API on the same browser where you have logged in to your controller? If yes, then it will not work because since 4.3.3 we have implemented anti-CSRF token to prevent cross site vulnerabilities. It means alone jsessionID is not sufficient and it requires CSRF token as well which is not passed along if your are using the same browser session you logged into your SaaS controller. You can do the following: 1) Either use a REST client where you can enter the username/password in the format username = <username>@<account-name> and password. OR 2) Open a new browser or incognito mode to try the same URL and it will prompt you to enter the username and password. Remember username is always <username>@<account-name>
Regards,
Pratik
... View more
07-07-2017
07:28 AM
07-07-2017
07:28 AM
We understand that these should be decoupled, have an ongoing enhancement request to have seperate permissions for " Administer user " and " Use Getting Started Wizard ".
Here is the enhancement request id UIPLAT-99. This feture will be avaliable in future versions.
Regards,
Pratik
... View more
07-07-2017
07:10 AM
Thanks Moco for sharing the information, could you share agent logs.
Agent logs will help us to further norrow down the issue.
Regards,
Pratik
... View more
07-07-2017
05:23 AM
Hi ,
Could you share full agent logs with the screen shot of information point and custome exit point configuration.
Do share the class name and method name to further debug the issue from agent logs.
Regards,
Pratik
... View more
07-06-2017
11:58 PM
Hi Shashi,
The default port of glassfish is 8090. Could you try hitting the below URL.
http://HYDPCM205625L:8090/controller
Regards,
Pratik
... View more
07-06-2017
09:53 PM
07-06-2017
09:53 PM
You can do so by providing the below two permissons to the newly created role.
- Administer user, group, roles, authentication, etc. View Appdynamics Agent. Use Getting Started Wizard.
- View and configure licenses.
To manage Application for that role you may configure Applications options. Do refer attached screens.
... View more
07-06-2017
04:59 AM
Hi Sujit,
There are 2 ways to configure machine agent.
- By passing application name, node name, tier name.
Do refer the below document.
https://docs.appdynamics.com/display/PRO43/Configure+the+Standalone+Machine+Agent
https://docs.appdynamics.com/display/PRO43/Standalone+Machine+Agent+Configuration+Property+Reference#StandaloneMachineAgentConfigurationPropertyReference-IndependentStandaloneMachineAgentInstallScenario
- By passing the unique host id (without application,node,tier name)
We can get the unique host id from app agent logs (search for uniqueHostId in logs) and pass it in controller-info.xml of machine agent.
Hope it helps.
Regards,
Pratik
... View more
07-05-2017
11:11 PM
1 Kudo
Hi,
What you are getting on browse once you hit the controller URL.
Could you try to restart the controller and check if you are able to access the controller UI. Do follow the below steps if you are on linux for windows replace .sh with .bat
shell> ./ controller.sh stop-appserver shell> ./ controller.sh stop-db shell> ./ controller.sh start-db shell> ./ controller.sh start-appserver
If after reastart you are still no able to access controller UI do share the latest logs with the browser screens after you hit the controller URL.
EUM related exception states its not able to resolve "api.eum-appdynamics.com" host,do check your network firewall.
Caused by: java.net.UnknownHostException: api.eum-appdynamics.com
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[na:1.8.0_121]
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[na:1.8.0_121]
If you want to check the access from outside your network use the below URL.
http://analytics.api.appdynamics.com/_ping
Regards,
Pratik
... View more
07-05-2017
06:09 AM
If you create a match rule it will only match the name of the exception which is type of exception
for example - FaultException. Alternatley you can create a health rule on Error Rate (do check the attached screens for your referance) as per your requirements you can apply rule by selecting only those exception which are required to get alerted and leaving those for which you dont want to get alerted.
... View more
- « Previous
- Next »
Latest Activity
- Got a Kudo for Re: Server Monitoring Parameters. 05-05-2020 03:05 PM
- Got a Kudo for Re: SAML Attributes don't get updated in the Controller. 02-12-2020 08:55 PM
- Got a Kudo for Re: Alerts not triggering when the from and to address domains are same in Appdynamics saas controll. 02-12-2020 01:53 PM
- Got a Kudo for Re: Restore Controller Database. 02-10-2020 10:33 PM
- Got a Kudo for Re: How to get the slowest database calls from Appdynamics Java SDK?. 02-10-2020 06:38 PM
- Got a Kudo for Re: Getting Exception While Installing Controller by Enterprise Console. 01-08-2020 03:42 PM
- Got a Kudo for Re: Email template custom variables don´t appear on already created action. 01-08-2020 03:41 PM
- Got a Kudo for Re: Current logon users on AppDynamics console. 08-22-2019 08:46 AM
- Got a Kudo for Re: Business transactions with 95%, Average Response Time and Normal Average response time. 05-03-2019 01:27 PM
- Got a Kudo for Re: Current logon users on AppDynamics console. 01-17-2019 09:08 AM
- Got a Kudo for Re: Current logon users on AppDynamics console. 01-17-2019 12:57 AM
- Posted Re: Current logon users on AppDynamics console on Controller (SaaS, On Premise). 01-17-2019 12:56 AM
- Got a Kudo for Re: Suggestions for Role and Group configurations. 01-14-2019 12:38 PM
- Got a Kudo for Re: Email alert when no transactions logged. 12-14-2018 03:17 AM
- Posted Re: 401 unauthorized in Rest Api on Controller (SaaS, On Premise). 11-26-2018 04:03 AM
- Got a Kudo for Re: Error while License count extraction through REST API. 10-26-2018 09:38 AM
- Got a Kudo for Re: Creation of Dashboard. 10-09-2018 10:40 AM
- Got a Kudo for Re: How to get the slowest database calls from Appdynamics Java SDK?. 09-24-2018 09:53 AM
- Posted Re: How to get the slowest database calls from Appdynamics Java SDK? on Controller (SaaS, On Premise). 09-23-2018 10:38 PM
- Posted Re: Getting Started Wizard Permissions on Java (Java Agent, Installation, JVM, and Controller Installation). 09-18-2018 10:05 PM
Community Stats
Date Registered | 10-06-2016 10:10 PM |
Date Last Visited | 01-15-2021 06:10 AM |
Total Messages Posted | 89 |
Total Kudos Received | 22 |