Skip to content

Commit b20d603

Browse files
committed
Fixed Images cloud-init
1 parent 8d45abd commit b20d603

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

openapi.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6828,6 +6828,7 @@ paths:
68286828

68296829
* **BETA** Using cloud-init with [Metadata](/docs/products/compute/compute-instances/guides/metadata/).
68306830
* 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)).
68316832
* 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.
68326833

68336834
**Important**: You must be an unrestricted User in order to add or modify
@@ -22212,16 +22213,17 @@ components:
2221222213
The "+order_by" and "+order" operators are not available for [filtering](/docs/api/#filtering-and-sorting) on this key.
2221322214
example: available
2221422215
capabilities:
22216+
x-linode-cli-display: 8
2221522217
type: array
2221622218
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.
2221722223
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.
22224+
type: string
22225+
example:
22226+
- cloud-init
2222522227
Invoice:
2222622228
type: object
2222722229
description: Account Invoice object

0 commit comments

Comments
 (0)