You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to run something like synctl create alert --from-json alert.json (we already can export the alert JSON representation using synctl get alert <id> --show-json).
Thanks!
The text was updated successfully, but these errors were encountered:
Hi Denis,
this feature has been added to the tool. Please upgrade to the latest version, and you can use the command synctl create alert --from-json alert.json to create an alert.
Hi team,
Is it possible to add the feature to allow the creation of alerts using a JSON file, similar to how we can do to create tests?
For example, the command below works:
synctl create test --type 0 --from-json monitor.json
Where my
monitor.json
is defined as below (this JSON content was exported by runningsynctl get test <id> --show-json
):We would like to run something like
synctl create alert --from-json alert.json
(we already can export the alert JSON representation usingsynctl get alert <id> --show-json
).Thanks!
The text was updated successfully, but these errors were encountered: