Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.tenbytecloud.com/v1/user-resource/vm/storage/attach \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'apikey: <api-key>' \ --data 'uuid=<string>' \ --data 'storage_uuid=<string>'
{ "uuid": "3d91aa31-16ec-44ee-b8b3-22a0bda6559e", "size": 15 }
Attaches a disk to a virtual machine. Location-specific endpoint.
VM UUID
Disk UUID
Attached disk
The response is of type object.
object