For example, If I set the first boolean on false (1 of 168) the GUI shows me 4:00 - 4:59.
When I do a get v8/jobs/[jobID] im return the fifth boolean as false without an offset.
Can you try to reproduce this?
Also, im in a UTC+2 timezone, but that shouldn't matter if everything is in UTC.
the Dailytime is set as 01:00 and in the gui this is shown as 03:00 which is correct
PUT
Code: Select all
"schedulePolicy": {
"scheduleEnabled": true,
"backupWindowEnabled": true,
"type": "Daily",
"dailyType": "Everyday",
"dailyTime": "01:00",
"retryEnabled": true,
"retryNumber": 2,
"retryWaitInterval": 9,
"backupWindowSettings": {
"backupWindow": [
false,
true,
true,
Code: Select all
"description": "testdesc",
"backupType": "SelectedItems",
"schedulePolicy": {
"scheduleEnabled": true,
"backupWindowEnabled": true,
"backupWindowSettings": {
"backupWindow": [
true,
true,
true,
true,
false,