I want to see a list of synthetic test scripts that contains a certain text. I couldn’t find a way to search for a text in all my synthetic test scripts. Is it supported?
Thanks!
How to search some text in all my Synthetic test scripts
Hi, @FlowPortalNewRelic: You may use the REST API to download a list of Synthetics monitors, then loop through the list looking for scripted browser monitors. For each scripted browser monitor, use the API to download the script. You may then search each script for the desired text.