-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathaccount_maintenance.json
More file actions
41 lines (41 loc) · 1.11 KB
/
account_maintenance.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"pages": 1,
"page": 1,
"results": 2,
"data": [
{
"entity": {
"id": 1234,
"label": "Linode #1234",
"type": "linode",
"url": "/linodes/1234"
},
"reason": "Scheduled upgrade to faster NVMe hardware.",
"type": "linode_migrate",
"maintenance_policy_set": "linode/power_off_on",
"description": "Scheduled Maintenance",
"source": "platform",
"not_before": "2025-03-25T10:00:00Z",
"start_time": "2025-03-25T12:00:00Z",
"complete_time": "2025-03-25T14:00:00Z",
"status": "scheduled"
},
{
"entity": {
"id": 1234,
"label": "Linode #1234",
"type": "linode",
"url": "/linodes/1234"
},
"reason": "Pending migration of Linode #1234 to a new host.",
"type": "linode_migrate",
"maintenance_policy_set": "linode/migrate",
"description": "Emergency Maintenance",
"source": "user",
"not_before": "2025-03-26T15:00:00Z",
"start_time": "2025-03-26T15:00:00Z",
"complete_time": "2025-03-26T17:00:00Z",
"status": "in-progress"
}
]
}