Create Disk Snapshot

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

Request Params

KeyDatatypeRequiredDescription
diskNamenullThe unique name of the source disk (e.g., Disk-Virginia-1).
diskSnapshotNamenullThe name of the destination disk snapshot (e.g., my-disk-snapshot) based on the source disk.
instanceNamenullThe 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.
tagsnullThe tag keys and optional values to add to the resource during create.
VersionstringThe version of the API.

Request Body

{"diskName"=>"string", "diskSnapshotName"=>"string", "instanceName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}