Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 2.76 KB

File metadata and controls

29 lines (19 loc) · 2.76 KB

UpdateMonitorRequest

Properties

Name Type Required Description
Monitor UpdateMonitorMonitor1

UpdateMonitorMonitor1

Properties

Name Type Required Description
Name string The monitor's name.
Schedule MonitorSchedule3 Information about the monitor's schedule.

MonitorSchedule3

Information about the monitor's schedule.

Properties

Name Type Required Description
Cron string The monitor's run frequency, based on the given cron pattern: | Frequency | Pattern | | --------- | ------- | | Every 5 minutes | */5 * * * * | | Every 30 minutes | */30 * * * * | | Every hour | 0 */1 * * * | | Every 6 hours | 0 */6 * * * | | Every day at 5 pm | 0 17 * * * | | Every Monday at 12 pm | 0 12 * * MON | | Every weekday (Mon — Fri) at 6 am | 0 6 * * MON-FRI | At this time you can only create monitors with limited schedules.
Timezone string The monitor's timezone.