Attach Disk
POST {{aws_lightsail_base_url}}/?diskName&diskPath&instanceName&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
diskName | null | The unique Lightsail disk name (e.g., my-disk). | |
diskPath | null | The disk path to expose to the instance (e.g., /dev/xvdf). | |
instanceName | null | The name of the Lightsail instance where you want to utilize the storage disk. | |
Version | string | The version of the API. |
Request Body
{"diskName"=>"string", "diskPath"=>"string", "instanceName"=>"string"}