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

any DQL to fetch Synthetic monitor name, URL ?

Sisapy09
Guide

Can someone help to pull the synthetic monitor details from DQL ( Name, Url, frequency, locations)

1 REPLY 1

marco_irmer
Champion

Synthetic tests use the dt.entity.synthetic_test entity type. You can fetch the tests and their URL using the DQL below.

fetch dt.entity.synthetic_test
| fieldsAdd url

Complete details about available fields on these entities can be found here.

Featured Posts