I wanted to snooze an alert using cloud scheduler. But in cloud scheduler I have to provide an endpoint details. Is there any way to trigger/create a snooze for an alert via cloud scheduler?
I wanted to snooze an alert using cloud scheduler.
I wanted to snooze an alert using cloud scheduler. But in cloud scheduler I have to provide an endpoint details. Is there any way to trigger/create a snooze for an alert via cloud scheduler?
I wanted to snooze an alert using cloud scheduler.
You can pause a cron job, but you cannot "snooze" it for a set period of time via an API.
You can pause a scheduler cron job in the Console GUI or via the CLI:
To resume a cron job:
This document has more information:
Create and configure cron jobs