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

Pull all monitored applications in the environment or download them as csv file

dynamic
Observer

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

1 REPLY 1

AntonPineiro
DynaMight Guru
DynaMight Guru

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

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Featured Posts