18 Apr 2022 12:05 PM
Hi Folks.
I'm looking for a way to include in my validation mat a step with the following steps:
1) Enable Synthetic Monitor.
2) Run Synthetic Monitor.
3) Validate if the Synthetic Monitor succeeded or failed
4) Follow or fail the process according to the above result.
5) Disable Synthetic Monitor.
I haven't found a simple way through the API to determine if Synthetic Monitor ran successfully or failed.
Does anyone have a tip on how I could get this information?
Solved! Go to Solution.
18 Apr 2022 01:38 PM - edited 18 Apr 2022 01:41 PM
Hi @leonard_lunardi , please do check the suggestion from this other post. It may help you on how to properly say if a Synthetic monitor is healthy or not.
Remember that you can use the :lastreal transformation to get the latest result available, and let your CICD accurate.
Hint: these are the metrics that you will probably use: builtin:synthetic.browser.availability.location.total or builtin:synthetic.http.availability.location.total
19 Apr 2022 03:29 PM
Hi Leonard,
we actually have a preview running currently for running Synthetic monitors using the API and retrieving their results the same way. This has been designed for use in CI/CD pipelines. Is this something you might be interested in taking part in?
Thanks, Hannah