update_schedule_time_range
Update an existing firewall schedule time range by ID, adjusting its active days, hours, or description to match your firewall policy.
Instructions
Update an existing time range within a firewall schedule by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | Days of month pairing with `month` | |
| hour | No | Start/end time in 24-hour format (e.g., "8:00-17:00") | |
| month | No | Months (1-12) for specific calendar dates; each entry pairs with the same-index `day` entry | |
| position | No | Days of week for a weekly-recurring range (1=Monday ... 7=Sunday) | |
| parent_id | No | Parent schedule ID (if moving to a different schedule) | |
| rangedescr | No | Description for this time range entry | |
| time_range_id | Yes | Time range ID (from search_schedule_time_ranges) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||