Skip to main content

Interface: ISchedulePatch

schedule.v1.ISchedulePatch

Properties of a SchedulePatch.

Hierarchy

Properties

backfillRequest

Optional backfillRequest: null | $Properties[]

If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once. The overlap policy can be overridden for the scope of the backfill.

Inherited from

$Properties.backfillRequest


pause

Optional pause: null | string

If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.

Inherited from

$Properties.pause


triggerImmediately

Optional triggerImmediately: null | $Properties

If set, trigger one action immediately.

Inherited from

$Properties.triggerImmediately


unpause

Optional unpause: null | string

SchedulePatch unpause

Inherited from

$Properties.unpause