Create Disk Snapshot
POST {{aws_lightsail_base_url}}/?diskName&diskSnapshotName&instanceName&tags&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
diskName | null | The unique name of the source disk (e.g., Disk-Virginia-1). | |
diskSnapshotName | null | The name of the destination disk snapshot (e.g., my-disk-snapshot) based on the source disk. | |
instanceName | null | The unique name of the source instance (e.g., Amazon_Linux-512MB-Virginia-1). When this is defined, a snapshot of the instance's system volume is created. | |
tags | null | The tag keys and optional values to add to the resource during create. | |
Version | string | The version of the API. |
Request Body
{"diskName"=>"string", "diskSnapshotName"=>"string", "instanceName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}