Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional createdRFC3339 timestamp when the schedule was created.
Optional createdUser handle of the person who created the schedule.
Optional isWhether this is the default schedule for the organization.
Optional nameHuman-readable name for the schedule.
Optional nextRFC3339 timestamp of the next scheduled maintenance window start time. Absent when the next run time cannot be computed.
Optional notificationNotification configuration attached to a schedule.
Included when available. If the notification rule cannot be retrieved, this field is
omitted and the schedule is still returned. If the notification rule is retrieved but its
handles cannot be resolved, it is still included with an empty handles array.
Optional queryQuery used to filter and select target hosts for scheduled deployments.
Optional ruleDefines the recurrence pattern for the schedule.
Optional statusThe status of the schedule.
active: The schedule is active and will create deployments according to its recurrence rule.inactive: The schedule is inactive and will not create any deployments.Optional updatedRFC3339 timestamp when the schedule was last updated.
Optional updatedUser handle of the person who last updated the schedule.
Optional versionNumber of major versions behind the latest to target for upgrades.
Generated using TypeDoc
Attributes of a fleet schedule in the v2 API response.