Attach Disk

POST {{aws_lightsail_base_url}}/?diskName&diskPath&instanceName&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
diskNamenullThe unique Lightsail disk name (e.g., my-disk).
diskPathnullThe disk path to expose to the instance (e.g., /dev/xvdf).
instanceNamenullThe name of the Lightsail instance where you want to utilize the storage disk.
VersionstringThe version of the API.

Request Body

{"diskName"=>"string", "diskPath"=>"string", "instanceName"=>"string"}