Schedules
A Schedule is a named, reusable weekday-and-time schedule shared by scheduled resources across a Site.
Resource Schema
Required
| Property | Description |
|---|---|
| name String | Schedule name. |
| schedule_days_of_week List | 0-based weekdays used by the Schedule. 0 is Sunday. |
| schedule_times_of_day List | Times of day in HH:MM format (24-hour). |
Optional
| Property | Description |
|---|---|
| schedule_time_zone String | Time zone for scheduled times. If not set, times are interpreted as UTC. |
| holiday_region String | Optional holiday region on which linked resources do not run. |
Read Only
| Property | Description |
|---|---|
| id Int64 | Schedule ID. |
| human_readable_schedule String | Human-readable Schedule description. |
| created_at String | Creation time. |
| updated_at String | Last update time. |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Schedule ID. |
Read Only
| Property | Description |
|---|---|
| name String | Schedule name. |
| schedule_days_of_week List | 0-based weekdays used by the Schedule. 0 is Sunday. |
| schedule_times_of_day List | Times of day in HH:MM format (24-hour). |
| schedule_time_zone String | Time zone for scheduled times. If not set, times are interpreted as UTC. |
| holiday_region String | Optional holiday region on which linked resources do not run. |
| human_readable_schedule String | Human-readable Schedule description. |
| created_at String | Creation time. |
| updated_at String | Last update time. |