File: SoftLayer_Provisioning_Maintenance_Window.py

package info (click to toggle)
python-softlayer 6.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,508 kB
  • sloc: python: 57,195; makefile: 133; xml: 97; sh: 59
file content (26 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
getMaintenanceWindows = [
    {
        "beginDate": "2021-05-13T16:00:00-06:00",
        "dayOfWeek": 4,
        "endDate": "2021-05-13T19:00:00-06:00",
        "id": 198351,
        "locationId": 1441195,
        "portalTzId": 114
    },
    {
        "beginDat": "2021-05-14T00:00:00-06:00",
        "dayOfWeek": 5,
        "endDate": "2021-05-14T03:00:00-06:00",
        "id": 189747,
        "locationId": 1441195,
        "portalTzId": 114
    },
    {
        "beginDate": "2021-05-14T08:00:00-06:00",
        "dayOfWeek": 5,
        "endDate": "2021-05-14T11:00:00-06:00",
        "id": 198355,
        "locationId": 1441195,
        "portalTzId": 114
    }
]