I am looking at building out some automation in presenting patching schedules and alerting the team that an upcoming patching window is approaching.
In the API I know I get get a policies settings and when I look at what is presented, it isn’t something easily understandable.
"schedule_days": 64,
"schedule_weeks_of_month": 4,
"schedule_months": 8190,
"schedule_time": "02:00",
That info somehow translates to every month, on the 2nd Saturday at 2AM. Is there a way of understanding/translating this to be able to actually read the policy schedule?