Skip to content

Commit 2eaa275

Browse files
committed
Added has_user_data to Linode
1 parent b513d3d commit 2eaa275

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

openapi.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6933,7 +6933,7 @@ paths:
69336933
"backup_id": 1234,
69346934
"backups_enabled": true,
69356935
"swap_size": 512,
6936-
"image": "linode/debian9",
6936+
"image": "linode/ubuntu22.04",
69376937
"root_pass": "aComplexP@ssword",
69386938
"stackscript_id": 10079,
69396939
"stackscript_data": {
@@ -6962,7 +6962,10 @@ paths:
69626962
"label": "linode123",
69636963
"type": "g6-standard-2",
69646964
"region": "us-east",
6965-
"group": "Linode-Group"
6965+
"group": "Linode-Group",
6966+
"metadata": {
6967+
"user_data": "I2Nsb3VkLWNvbmZpZwpwYWNrYWdlX3VwZGF0ZTogdHJ1ZQpwYWNrYWdlX3VwZ3JhZGU6IHRydWU="
6968+
}
69666969
}' \
69676970
https://api.linode.com/v4/linode/instances
69686971
- lang: CLI
@@ -23202,6 +23205,11 @@ components:
2320223205
description: The Linode's host machine, as a UUID.
2320323206
readOnly: true
2320423207
example: 3a3ddd59d9a78bb8de041391075df44de62bfec8
23208+
has_user_data:
23209+
type: boolean
23210+
description: Whether this compute instance was provisioned utilizing `user_data` provided via the Metadata service. See the [Linode Create](/docs/api/linode-instances/#linode-create) description for more information on Metadata.
23211+
readOnly: true
23212+
example: true
2320523213
LinodeConfig:
2320623214
type: object
2320723215
properties:

0 commit comments

Comments
 (0)