Retrieve the initial configuration, known as cloud-init, for a specific virtual machine (VM). This includes information like SSH keys and usernames, useful for troubleshooting or understanding the server's base setup.
vmid integer · min: 1 required vmid parameter
Accept Example Content-Type Example No response body
https://cloud.hostup.se/api/vm/{vmid}/cloud-init curl -X GET "https://cloud.hostup.se/api/vm/0/cloud-init" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {}