-
Notifications
You must be signed in to change notification settings - Fork 8
/
example.json
74 lines (74 loc) · 1.76 KB
/
example.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"id": "4434156",
"url": "https://legacy.sky.com/v2/schedules/4434156",
"title": "468_CORE_1_R.4 Schedule",
"time_zone": "London",
"start_at": "2017/08/10 19:00:00 +0100",
"end_at": null,
"notify_user": false,
"delete_at_end": false,
"executions": [],
"recurring_days": [],
"actions": [
{
"type": "run",
"offset": 0
}
],
"next_action_name": "run",
"next_action_time": "2017/08/10 14:00:00 -0400",
"user": {
"id": "9604",
"url": "https://legacy.sky.com/v2/users/9604",
"login_name": "[email protected]",
"first_name": "Robin",
"last_name": "John",
"email": "[email protected]",
"role": "admin",
"deleted": false
},
"region": "EMEA",
"can_edit": true,
"vm_ids": null,
"configuration_id": "19019196",
"configuration_url": "https://legacy.sky.com/v2/configurations/19019196",
"configuration_name": "468_CORE_1_R.4"
},
{
"id": "4444568",
"url": "https://legacy.sky.com/v2/schedules/4444568",
"title": "468_CORE_1_R.4 Schedule",
"time_zone": "London",
"start_at": "2017/08/11 12:00:00 +0100",
"end_at": null,
"notify_user": false,
"delete_at_end": false,
"executions": [],
"recurring_days": [],
"actions": [
{
"type": "suspend",
"offset": 0
}
],
"next_action_name": "suspend",
"next_action_time": "2017/08/11 07:00:00 -0400",
"user": {
"id": "9604",
"url": "https://legacy.sky.com/v2/users/9604",
"login_name": "[email protected]",
"first_name": "Robin",
"last_name": "John",
"email": "[email protected]",
"role": "admin",
"deleted": false
},
"region": "EMEA",
"can_edit": true,
"vm_ids": null,
"configuration_id": "19019196",
"configuration_url": "https://legacy.sky.com/v2/configurations/19019196",
"configuration_name": "468_CORE_1_R.4"
}
]