Copy Snapshot

POST {{aws_lightsail_base_url}}/?restoreDate&sourceRegion&sourceResourceName&sourceSnapshotName&targetSnapshotName&useLatestRestorableAutoSnapshot&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
restoreDatenullThe date of the source automatic snapshot to copy. Use the get auto snapshots operation to identify the dates of the available automatic snapshots.
sourceRegionnullThe AWS Region where the source manual or automatic snapshot is located.
sourceResourceNamenullThe name of the source instance or disk from which the source automatic snapshot was created.
sourceSnapshotNamenullThe name of the source manual snapshot to copy.
targetSnapshotNamenullThe name of the new manual snapshot to be created as a copy.
useLatestRestorableAutoSnapshotnullA Boolean value to indicate whether to use the latest available automatic snapshot of the specified source instance or disk.
VersionstringThe version of the API.

Request Body

{"restoreDate"=>"string", "sourceRegion"=>"string", "sourceResourceName"=>"string", "sourceSnapshotName"=>"string", "targetSnapshotName"=>"string", "useLatestRestorableAutoSnapshot"=>1}