|
1 | 1 | openapi: 3.0.1 |
2 | 2 | info: |
3 | | - version: 4.101.0 |
| 3 | + version: 4.101.1 |
4 | 4 |
|
5 | 5 | title: Linode API |
6 | 6 | description: | |
@@ -4153,6 +4153,10 @@ paths: |
4153 | 4153 | requestBody: |
4154 | 4154 | description: The requested initial state of a new Linode. |
4155 | 4155 | required: true |
| 4156 | + x-linode-cli-allowed-defaults: |
| 4157 | + - region |
| 4158 | + - image |
| 4159 | + - type |
4156 | 4160 | content: |
4157 | 4161 | application/json: |
4158 | 4162 | schema: |
@@ -4870,6 +4874,9 @@ paths: |
4870 | 4874 | requestBody: |
4871 | 4875 | description: The requested state your Linode will be cloned into. |
4872 | 4876 | required: true |
| 4877 | + x-linode-cli-allowed-defaults: |
| 4878 | + - region |
| 4879 | + - type |
4873 | 4880 | content: |
4874 | 4881 | application/json: |
4875 | 4882 | schema: |
@@ -7405,6 +7412,8 @@ paths: |
7405 | 7412 | are ready. |
7406 | 7413 | requestBody: |
7407 | 7414 | description: Configuration for the Kubernetes cluster |
| 7415 | + x-linode-cli-allowed-defaults: |
| 7416 | + - region |
7408 | 7417 | content: |
7409 | 7418 | application/json: |
7410 | 7419 | schema: |
@@ -11086,7 +11095,7 @@ paths: |
11086 | 11095 | There are several ways to detach a VLAN from a Linode: |
11087 | 11096 |
|
11088 | 11097 | - [Update](/docs/api/linode-instances/#configuration-profile-update) the active Configuration Profile to remove the VLAN interface, then [reboot](/docs/api/linode-instances/#linode-reboot) the Linode. |
11089 | | - - [Create](/docs/api/linode-instances/#configuration-profile-create) a new Configuration Profile without the VLAN interface, then [reboot](/docs/apilinode-instances/#linode-reboot) the Linode into the new Configuration Profile. |
| 11098 | + - [Create](/docs/api/linode-instances/#configuration-profile-create) a new Configuration Profile without the VLAN interface, then [reboot](/docs/api/linode-instances/#linode-reboot) the Linode into the new Configuration Profile. |
11090 | 11099 | - [Delete](/docs/api/linode-instances/#linode-delete) the Linode. |
11091 | 11100 |
|
11092 | 11101 | **Note:** Only Next Generation Network (NGN) data centers support VLANs. Use the Regions ([/regions](/docs/api/regions/)) endpoint to view the capabilities of data center regions. |
@@ -11192,6 +11201,8 @@ paths: |
11192 | 11201 | requestBody: |
11193 | 11202 | description: Information about the NodeBalancer to create. |
11194 | 11203 | required: true |
| 11204 | + x-linode-cli-allowed-defaults: |
| 11205 | + - region |
11195 | 11206 | content: |
11196 | 11207 | application/json: |
11197 | 11208 | schema: |
@@ -15190,6 +15201,8 @@ paths: |
15190 | 15201 | requestBody: |
15191 | 15202 | description: The requested initial state of a new Volume. |
15192 | 15203 | required: true |
| 15204 | + x-linode-cli-allowed-defaults: |
| 15205 | + - region |
15193 | 15206 | content: |
15194 | 15207 | application/json: |
15195 | 15208 | schema: |
|
0 commit comments