The duration of the schedule. It allows values in <integer><unit> format. <unit> is one of d, h, m, or s for hours, minutes, seconds. For example: 1d, 5h, 30m, 5000s.
The end date of a recurring schedule, provided in ISO 8601 format and set to the UTC timezone. For example: 2025-04-01T00:00:00.000Z.
every string
The interval and frequency of a recurring schedule. It allows values in <integer><unit> format. <unit> is one of d, w, M, or y for days, weeks, months, years. For example: 15d, 2w, 3m, 1y.
occurrences number
The total number of recurrences of the schedule.
Minimum value is 1.
onMonth array[number]
The specific months for a recurring schedule. Valid values are 1-12.
At least 1 element. Minimum value of each is 1, maximum value of each is 12.
onMonthDay array[number]
The specific days of the month for a recurring schedule. Valid values are 1-31.
At least 1 element. Minimum value of each is 1, maximum value of each is 31.
onWeekDay array[string]
The specific days of the week ([MO,TU,WE,TH,FR,SA,SU]) or nth day of month ([+1MO, -3FR, +2WE, -4SA, -5SU]) for a recurring schedule.
At least 1 element.
start stringRequired
The start date and time of the schedule, provided in ISO 8601 format and set to the UTC timezone. For example: 2025-03-12T12:00:00.000Z.
timezone string
The timezone of the schedule. The default timezone is UTC.
A filter written in Kibana Query Language (KQL). Only alerts matching this query will be supressed by the maintenance window.
title string
The name of the maintenance window. While this name does not have to be unique, a distinctive name can help you identify a specific maintenance window.
The duration of the schedule. It allows values in <integer><unit> format. <unit> is one of d, h, m, or s for hours, minutes, seconds. For example: 1d, 5h, 30m, 5000s.
The end date of a recurring schedule, provided in ISO 8601 format and set to the UTC timezone. For example: 2025-04-01T00:00:00.000Z.
every string
The interval and frequency of a recurring schedule. It allows values in <integer><unit> format. <unit> is one of d, w, M, or y for days, weeks, months, years. For example: 15d, 2w, 3m, 1y.
occurrences number
The total number of recurrences of the schedule.
onMonth array[number]
The specific months for a recurring schedule. Valid values are 1-12.
onMonthDay array[number]
The specific days of the month for a recurring schedule. Valid values are 1-31.
onWeekDay array[string]
The specific days of the week ([MO,TU,WE,TH,FR,SA,SU]) or nth day of month ([+1MO, -3FR, +2WE, -4SA, -5SU]) for a recurring schedule.
start stringRequired
The start date and time of the schedule, provided in ISO 8601 format and set to the UTC timezone. For example: 2025-03-12T12:00:00.000Z.
timezone string
The timezone of the schedule. The default timezone is UTC.