You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Migrates the Linode to a new host while it remains fully operational. Recommended for maximizing availability.",
6
-
"type": "migrate",
7
-
"notification_period_sec": 3600,
8
-
"is_default": true
9
-
},
10
-
{
11
-
"slug": "linode/power_off_on",
12
-
"label": "Power Off/Power On",
13
-
"description": "Powers off the Linode at the start of the maintenance event and reboots it once the maintenance finishes. Recommended for maximizing performance.",
14
-
"type": "power_off_on",
15
-
"notification_period_sec": 1800,
16
-
"is_default": false
17
-
},
18
-
{
19
-
"slug": "private/12345",
20
-
"label": "Critical Workload - Avoid Migration",
21
-
"description": "Custom policy designed to power off and perform maintenance during user-defined windows only.",
22
-
"type": "power_off_on",
23
-
"notification_period_sec": 7200,
24
-
"is_default": false
25
-
}
26
-
]
1
+
{
2
+
"data": [
3
+
{
4
+
"slug": "linode/migrate",
5
+
"label": "Migrate",
6
+
"description": "Migrates the Linode to a new host while it remains fully operational. Recommended for maximizing availability.",
7
+
"type": "migrate",
8
+
"notification_period_sec": 3600,
9
+
"is_default": true
10
+
},
11
+
{
12
+
"slug": "linode/power_off_on",
13
+
"label": "Power Off/Power On",
14
+
"description": "Powers off the Linode at the start of the maintenance event and reboots it once the maintenance finishes. Recommended for maximizing performance.",
15
+
"type": "power_off_on",
16
+
"notification_period_sec": 1800,
17
+
"is_default": false
18
+
},
19
+
{
20
+
"slug": "private/12345",
21
+
"label": "Critical Workload - Avoid Migration",
22
+
"description": "Custom policy designed to power off and perform maintenance during user-defined windows only.",
0 commit comments