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
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6826,6 +6826,10 @@ paths:
6826
6826
* Disks and Configs must be created manually.
6827
6827
* This is only recommended for advanced use cases.
6828
6828
6829
+
* **BETA** Using cloud-init with [Metadata](/docs/products/compute/compute-instances/guides/metadata/).
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
+
* 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
+
6829
6833
**Important**: You must be an unrestricted User in order to add or modify
6830
6834
tags on Linodes.
6831
6835
tags:
@@ -22207,6 +22211,17 @@ components:
22207
22211
22208
22212
The "+order_by" and "+order" operators are not available for [filtering](/docs/api/#filtering-and-sorting) on this key.
22209
22213
example: available
22214
+
capabilities:
22215
+
type: array
22216
+
readOnly: true
22217
+
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.
22210
22225
Invoice:
22211
22226
type: object
22212
22227
description: Account Invoice object
@@ -23388,6 +23403,22 @@ components:
23388
23403
If it is deployed from an Image or a Backup and you wish it to remain `offline`
23389
23404
after deployment, set this to `false`.
23390
23405
default: true
23406
+
metadata:
23407
+
type: object
23408
+
writeOnly: true
23409
+
description: |
23410
+
An object containing user-defined data relevant to the creation of Linodes.
0 commit comments