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

Get a lost of all monitoring candidates

CDoorbar83
Observer

Hi,

 

Is there a way to view all Monitoring candidates?  maybe extract them in a list ?

 

thanks 

 

Craig 

3 REPLIES 3

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi,

You can use the Dynatrace API to get list all the hosts. You can choose state of this hosts (example: monitoring candidates (isMonitoringCandidate)).

https://www.dynatrace.com/support/help/dynatrace-api/environment-api/oneagent-on-host

Radek

Have a nice day!

DanielS
DynaMight Guru
DynaMight Guru

As @radek_jasinski states you can use this API Call

{{baseUrl}}/entities?pageSize=500&entitySelector=type(HOST),isMonitoringCandidate(true)

The true delight is in the finding out rather than in the knowing.

This is exactly what I meant 🙂

Have a nice day!

Featured Posts