Get User Data
Displays the user data which was provided by the user during Stacklet creation. User data can contain arbitrary data for miscellaneous use or, with certain Linux distributions, an arbitrary shell script or cloud-config file that will be consumed by a variation of cloud-init upon boot. At this time, cloud-config supports all popular linux distribution on SimplyStack.
Endpoint
http://169.254.169.254/metadata/v1/user-data
Response
—200
Stacklet use-data in plain text.
Example
text
#! /bin/bash
echo "Hello there!"