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
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6828,6 +6828,7 @@ paths:
6828
6828
6829
6829
* **BETA** Using cloud-init with [Metadata](/docs/products/compute/compute-instances/guides/metadata/).
6830
6830
* Automate system configuration and software installation by providing a base-64 encoded [cloud-config](/docs/products/compute/compute-instances/guides/metadata-cloud-config/) file.
6831
+
* Requires a compatible Image. You can determine compatible Images by checking for `cloud-init` under `capabilities` when using Images List ([GET /images](/docs/api/images/#images-list)).
6831
6832
* This feature is in beta and is currently limited to certain Regions and distributions. Please be aware that this feature may receive breaking updates in the future. This notice will be removed when this feature is out of beta.
6832
6833
6833
6834
**Important**: You must be an unrestricted User in order to add or modify
@@ -22212,16 +22213,17 @@ components:
22212
22213
The "+order_by" and "+order" operators are not available for [filtering](/docs/api/#filtering-and-sorting) on this key.
22213
22214
example: available
22214
22215
capabilities:
22216
+
x-linode-cli-display: 8
22215
22217
type: array
22216
22218
readOnly: true
22219
+
description: |
22220
+
A list containing the following possible capabilities of this Image:
22221
+
22222
+
`cloud-init`: This Image supports cloud-init with [Metadata](/docs/products/compute/compute-instances/guides/metadata/). Only applies to public Images.
22217
22223
items:
22218
-
type: object
22219
-
description: A list of capabilities of this Image.
22220
-
properties:
22221
-
cloud-init:
22222
-
type: boolean
22223
-
example: false
22224
-
description: Whether this Image supports cloud-init with [Metadata](/docs/products/compute/compute-instances/guides/metadata/). Only applies to public Images.
0 commit comments