Skip to content

Commit 298bbb1

Browse files
committed
Update Linode Create CLI example
1 parent 59957e7 commit 298bbb1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6965,7 +6965,7 @@ paths:
69656965
"region": "us-east",
69666966
"group": "Linode-Group",
69676967
"metadata": {
6968-
"user_data": "I2Nsb3VkLWNvbmZpZwpwYWNrYWdlX3VwZGF0ZTogdHJ1ZQpwYWNrYWdlX3VwZ3JhZGU6IHRydWU="
6968+
"user_data": "I2Nsb3VkLWNvbmZpZw=="
69696969
}
69706970
}' \
69716971
https://api.linode.com/v4/linode/instances
@@ -6979,9 +6979,10 @@ paths:
69796979
--stackscript_data '{"gh_username": "linode"}' \
69806980
--region us-east \
69816981
--type g6-standard-2 \
6982-
--authorized_keys "ssh-rsa AAAA_valid_public_ssh_key_123456785== user@their-computer"
6983-
--authorized_users "myUser"
6984-
--authorized_users "secondaryUser"
6982+
--authorized_keys "ssh-rsa AAAA_valid_public_ssh_key_123456785== user@their-computer" \
6983+
--authorized_users "myUser" \
6984+
--authorized_users "secondaryUser" \
6985+
--metadata.user_data "I2Nsb3VkLWNvbmZpZw==)"
69856986
/linode/instances/{linodeId}:
69866987
parameters:
69876988
- name: linodeId

0 commit comments

Comments
 (0)