Settings API - Update windows for OneAgent and ActiveGate schema table Update windows for OneAgent and ActiveGate (builtin:deployment.management.update-windows) Define when automatic updates for OneAgent and ActiveGate should run.
Apply update windows at these scopes:
OneAgent: environment, host group, or individual host.ActiveGate: environment or individual ActiveGate.builtin:deployment.management.update-windowsenvironment
Retrieve schema via Settings API GET Managed https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:deployment.management.update-windowsGET SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:deployment.management.update-windowsGET Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:deployment.management.update-windows
Authentication To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication .
Parameters The onceRecurrence object The dailyRecurrence object Every X daysevery integer Every X days:
1 = every day,2 = every two days,3 = every three days,etc. Required Update timeupdateTime updateTime - Required Recurrence rangerecurrenceRange recurrenceRange - Required
The weeklyRecurrence object Day of the weekselectedWeekDays selectedWeekDays - Required Every X weeksevery integer Every X weeks:
1 = every week,2 = every two weeks,3 = every three weeks,etc. Required Update timeupdateTime updateTime - Required Recurrence rangerecurrenceRange recurrenceRange - Required
The monthlyRecurrence object Day of the monthselectedMonthDay integer - Required Every X monthsevery integer Every X months:
1 = every month,2 = every two months,3 = every three months,etc. Required Update timeupdateTime updateTime - Required Recurrence rangerecurrenceRange recurrenceRange - Required
The onceWindow object Startstart zoned_date_time - Required Endend zoned_date_time - Required
The updateTime object Start time (24-hour clock)startTime text - Required Time zonetimeZone enum The element has these enums GMT-12:00GMT-11:00GMT-10:00GMT-09:00GMT-08:00GMT-07:00GMT-06:00GMT-05:00GMT-04:00GMT-03:00GMT-02:00GMT-01:00GMT+00:00GMT+01:00GMT+02:00GMT+03:00GMT+04:00GMT+05:00GMT+06:00GMT+07:00GMT+08:00GMT+09:00GMT+10:00GMT+11:00GMT+12:00Required Duration (minutes)duration integer - Required
The recurrenceRange object Startstart zoned_date_time - Required Endend zoned_date_time - Required
The selectedWeekDays object Mondaymonday boolean - Required Tuesdaytuesday boolean - Required Wednesdaywednesday boolean - Required Thursdaythursday boolean - Required Fridayfriday boolean - Required Saturdaysaturday boolean - Required Sundaysunday boolean - Required