Skip to content

Commit 73f9c79

Browse files
committed
fix
1 parent b7c75c6 commit 73f9c79

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed
Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
1-
[
2-
{
3-
"slug": "linode/migrate",
4-
"label": "Migrate",
5-
"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.",
23+
"type": "power_off_on",
24+
"notification_period_sec": 7200,
25+
"is_default": false
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)