21 Mar 2024 03:46 PM - last edited on 10 May 2024 03:57 PM by Michal_Gebacki
Hi team,
We would like to know if there is a way to get a list of monitored applications in dynatarace, or get a csv file?
through Api or straight from the UI.
Thanks
Solved! Go to Solution.
21 Mar 2024 04:47 PM
Hi,
You can use entity API filtering by "APPLICATION":
curl -X 'GET' \
'https://XXXXX.live.dynatrace.com/api/v2/entities?entitySelector=type%28%22APPLICATION%22%29&from=now-30d' \
-H 'accept: application/json; charset=utf-8' \
-H 'Authorization: Api-Token XXXXX'
Best regards