Update Policy Window
update_policy_windowUpdate an existing maintenance window by providing its UUID and start time. Optionally modify recurrence, status, duration, or other fields.
Instructions
Update an existing maintenance window. Only dtstart is required; all other fields are optional for partial updates. status is lowercase active | inactive; recurrence is lowercase once | recurring on input. The 'rrule' field does NOT accept generic RFC 5545; the upstream validator enforces exactly two grammars (live-verified 2026-06-05). For recurrence=once: FREQ=DAILY;UNTIL=YYYYMMDDTHHMMSSZ (compact UNTIL, no COUNT). For recurrence=recurring: FREQ=YEARLY;BYMONTH=<1-12>;BYDAY=<+N weekday> only — no other FREQ values, no WEEKLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rrule | No | ||
| status | No | ||
| dtstart | Yes | ||
| org_uuid | No | ||
| recurrence | No | ||
| request_id | No | ||
| group_uuids | No | ||
| window_name | No | ||
| window_type | No | ||
| window_uuid | Yes | ||
| use_local_tz | No | ||
| duration_minutes | No | ||
| window_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||