Skip to content

Commit 654cbee

Browse files
Merge pull request #907 from linode/release-4.170.2
Release Branch 4.170.2
2 parents 150d573 + dd5d710 commit 654cbee

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

openapi.yaml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.170.0
3+
version: 4.170.2
44
title: Linode API
55
license:
66
name: Apache 2.0
@@ -8960,6 +8960,21 @@ paths:
89608960
will not be performed.
89618961
example: false
89628962
default: false
8963+
type:
8964+
type: string
8965+
enum:
8966+
- warm
8967+
- cold
8968+
description: |
8969+
Type of migration used in moving to a new host or Linode type.
8970+
8971+
`warm`: the Linode will not power down until the migration is complete.
8972+
Warm migrations are not available for DC migrations.
8973+
8974+
`cold`: the Linode will be powered down and migrated. When the migration
8975+
is complete, the Linode will be powered on.
8976+
example: warm
8977+
default: cold
89638978
responses:
89648979
'200':
89658980
description: Scheduled migration started
@@ -9451,6 +9466,21 @@ paths:
94519466
data must fit within the smaller disk size.
94529467
example: true
94539468
default: true
9469+
migration_type:
9470+
type: string
9471+
enum:
9472+
- warm
9473+
- cold
9474+
description: |
9475+
Type of migration used in moving to a new host or Linode type.
9476+
9477+
`warm`: the Linode will not power down until the migration is complete.
9478+
Warm migrations are not available for DC migrations.
9479+
9480+
`cold`: the Linode will be powered down and migrated. When the migration
9481+
is complete, the Linode will be powered on.
9482+
example: warm
9483+
default: cold
94549484
responses:
94559485
'200':
94569486
description: Resize started.
@@ -13779,7 +13809,7 @@ paths:
1377913809
* A Firewall can be assigned during Linode creation by utilizing the `firewall_id` [Linode Create Request](/docs/api/linode-instances/#linode-create__request-body-schema) property.
1378013810

1378113811
* A service can have one active, assigned Firewall at a time.
13782-
13812+
1378313813
Additional disabled Firewalls can be assigned to a service, but they cannot be enabled if another active Firewall is already assigned to the same service.
1378413814

1378513815
* Firewalls apply to all of a Linode's non-`vlan` purpose Configuration Profile Interfaces.

0 commit comments

Comments
 (0)