|
1 | 1 | openapi: 3.0.1
|
2 | 2 | info:
|
3 |
| - version: 4.170.0 |
| 3 | + version: 4.170.2 |
4 | 4 | title: Linode API
|
5 | 5 | license:
|
6 | 6 | name: Apache 2.0
|
@@ -8960,6 +8960,21 @@ 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 | + 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 |
8963 | 8978 | responses:
|
8964 | 8979 | '200':
|
8965 | 8980 | description: Scheduled migration started
|
@@ -9451,6 +9466,21 @@ paths:
|
9451 | 9466 | data must fit within the smaller disk size.
|
9452 | 9467 | example: true
|
9453 | 9468 | 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 |
9454 | 9484 | responses:
|
9455 | 9485 | '200':
|
9456 | 9486 | description: Resize started.
|
@@ -13779,7 +13809,7 @@ paths:
|
13779 | 13809 | * 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 | 13810 |
|
13781 | 13811 | * A service can have one active, assigned Firewall at a time.
|
13782 |
| - |
| 13812 | + |
13783 | 13813 | 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 | 13814 |
|
13785 | 13815 | * Firewalls apply to all of a Linode's non-`vlan` purpose Configuration Profile Interfaces.
|
|
0 commit comments