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
06-07-2022 08:00 AM - last edited on 06-07-2022 02:50 PM by Ryan.Paredez
Hi all,
Is there a way of extracting a list of EUM appkeys via API from a controller in the same way it is possible to extract the APM application list?
eg. "https://<controller_name>.saas.appdynamics.com/controller/rest/applications"
I have trawled the doc but found no mention of this...
Many thanks in advance!
Philippe
Solved! Go to Solution.
04-30-2023 09:26 PM
Great
09-07-2023 11:52 AM
Hi Mario,
I'm trying to pull a list of the appids via curl using access token. Getting HTTP Status 405, Method Not Allowed, thoughts?
curl -X POST -H "Content-Type: application/json;charset=UTF-9" "https://controller:443/controller/restui/eumApplications/getAllEumApplicationsData?time-range=last_1..." --header "Authorization: Bearer ${access_token}"
09-07-2023 11:54 AM
Nevermind, had a POST instead of GET
02-18-2024 07:10 AM
Thank you for posting this. I don't understand why so many useful API calls like this aren't included in the documentation.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form