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
Copy file name to clipboardExpand all lines: openapi.yaml
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8960,6 +8960,20 @@ paths:
8960
8960
will not be performed.
8961
8961
example: false
8962
8962
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
+
8973
+
`cold`: the Linode will be powered down and migrated. When the migration
8974
+
is complete, the Linode will be powered on.
8975
+
example: warm
8976
+
default: cold
8963
8977
responses:
8964
8978
'200':
8965
8979
description: Scheduled migration started
@@ -9451,6 +9465,20 @@ paths:
9451
9465
data must fit within the smaller disk size.
9452
9466
example: true
9453
9467
default: true
9468
+
migration_type:
9469
+
type: string
9470
+
enum:
9471
+
- warm
9472
+
- cold
9473
+
description: |
9474
+
Type of migration used in moving to a new host or Linode type.
9475
+
9476
+
`warm`: the Linode will not power down until the migration is complete.
9477
+
9478
+
`cold`: the Linode will be powered down and migrated. When the migration
9479
+
is complete, the Linode will be powered on.
9480
+
example: warm
9481
+
default: cold
9454
9482
responses:
9455
9483
'200':
9456
9484
description: Resize started.
@@ -13779,7 +13807,7 @@ paths:
13779
13807
* 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.
13780
13808
13781
13809
* A service can have one active, assigned Firewall at a time.
13782
-
13810
+
13783
13811
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.
13784
13812
13785
13813
* Firewalls apply to all of a Linode's non-`vlan` purpose Configuration Profile Interfaces.
0 commit comments