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

Get list of Third party Synthetic Monitors connected to Dynatrace application(s)

MartijnA
Participant

We have hundreds of third party synthetic monitors in our Dynatrace environment. Each third party synthetic monitor is then connected in Dynatrace to an application. 
However, as we have so many third party synthetic monitors we want to make sure that all are connected to their respective application in our Dynatrace environment. Otherwise we want to check which third party synthetich monitors are not yet connected so that we can connect them. 

Is there a way to quickly get a list of all third party synthetic monitors in Dynatrace and the application(s) they are connected to?

I checked the Dynatrace API, but it seems that for third party synthetics you can only do 'post' and no 'get'...

Any help is highly appreciated!

7 REPLIES 7

radek_jasinski
DynaMight Guru
DynaMight Guru

 

Hi,

Have you tried downloading the list of monitors via GET through the API: https://www.dynatrace.com/support/help/shortlink/api-synthetic-monitors-get-all

Radek

Have a nice day!

@MartijnA Did the hint from Radek help you?

When passion meets people magic and innovation happen.

@AgataWlodarczyk , partly. I created a python script that reads out the third party synthetics via the API, but the API does not give back all the results correctly. Sometimes it gives me the monitor(s) per application, but sometimes it states that there is no monitor connected to the application while it actually is. I'm still trying to work out why this is happening.

HannahM
Dynatrace Leader
Dynatrace Leader

Interesting. What API endpoints are you using @MartijnA ? I can see if I can reproduce it too. Thanks

Synthetic SME and community advocate.

Hi @HannahM 

One of the synthetic tests we have has the id: EXTERNAL_SYNTHETIC_TEST-9E7269C512A63BFF

/v1/synthetic/monitors not returning information regarding this external monitor or other 3rd party test.

/v1/synthetic/monitors/EXTERNAL_SYNTHETIC_TEST-9E7269C512A63BFF return error :

      {
        "path": "monitorId",
        "message": "has to be an ME-Identifier",
        "parameterLocation": "PATH",
        "location": null
      }

Synthetic - Third party entry at Dynatrace Environment API page shows only post entries 🤔

Please advice how can we pull information about 3rd party tests, like attached application for example.

Thanks in advance

Yos 

 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Apologies, I should have gone back and read the whole thread before answering. The 
/v1/synthetic/monitors API is just for HTTP and Browser monitors, so I would not expect any data returned for Third Party monitors.

This area would be good for a Product Idea(s). I think the original idea was that customers sent in data for third-party synthetics so would have all the information already, but often companies are large and different teams would like to get the information or someone might leave the company, so being able to retrieve the information from Dynatrace is helpful. The link to the application can only be added in the WebUI though, so this information would always be added manually. So, whilst the information is available in the WebUI having an API for retrieving the information would be helpful. 

Synthetic SME and community advocate.

Hi @HannahM 

No need to apologias! thank you for your confirmation and detailed explanation.

Product idea raised hope it will be approve and develop 

Thanks again 

Yos  

 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Featured Posts