How to Bulk update Synthesis ICMP monitor frequency?

@Whoami1980 you can't run bash scripts in DevTools. But you should be able to run the script logic provided above by @Tortoise in a Linux-based environment just like normal scripts. DevTools is intended for adhoc running of commands and not full scripting.

My guess is that id refers to the unique ID of a single monitor, meanwhile config_id will be the unique reference for the configuration. For example you may have a Playwright-based configuration used in several monitors.

Hope that helps!