We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scw-boot-tools
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is an example with the public API: https://github.com/scaleway/scaleway-cli/blob/master/pkg/cli/x_userdata.go
You should use http://169.254.42.42/ user_data/ without token instead
http://169.254.42.42/ user_data/
The text was updated successfully, but these errors were encountered:
You can checkout scaleway/scaleway-cli#167
Sorry, something went wrong.
root@dev-scw-cli:~/scaleway-cli# ./scw -D _userdata local DEBU[0000] curl -X GET -H "X-Auth-Token: " -H "Content-Type: application/json" http://169.254.42.42//user_data toto toto2 root@dev-scw-cli:~/scaleway-cli# ./scw -D _userdata local toto DEBU[0000] curl -X GET -H "X-Auth-Token: " -H "Content-Type: application/json" http://169.254.42.42//user_data/toto 42 root@dev-scw-cli:~/scaleway-cli# ./scw -D _userdata local toto=43 DEBU[0000] curl -X PATCH -d 43 -H "X-Auth-Token: " -H "Content-Type: text/plain" http://169.254.42.42//user_data/toto toto root@dev-scw-cli:~/scaleway-cli# ./scw -D _userdata local toto= DEBU[0000] curl -X DELETE -H "X-Auth-Token: " -H "Content-Type: application/json" http://169.254.42.42//user_data/toto
QuentinPerez
No branches or pull requests
Here is an example with the public API: https://github.com/scaleway/scaleway-cli/blob/master/pkg/cli/x_userdata.go
You should use
http://169.254.42.42/ user_data/
without token insteadThe text was updated successfully, but these errors were encountered: