Copy Snapshot
POST {{aws_lightsail_base_url}}/?restoreDate&sourceRegion&sourceResourceName&sourceSnapshotName&targetSnapshotName&useLatestRestorableAutoSnapshot&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
restoreDate | null | The date of the source automatic snapshot to copy. Use the get auto snapshots operation to identify the dates of the available automatic snapshots. | |
sourceRegion | null | The AWS Region where the source manual or automatic snapshot is located. | |
sourceResourceName | null | The name of the source instance or disk from which the source automatic snapshot was created. | |
sourceSnapshotName | null | The name of the source manual snapshot to copy. | |
targetSnapshotName | null | The name of the new manual snapshot to be created as a copy. | |
useLatestRestorableAutoSnapshot | null | A Boolean value to indicate whether to use the latest available automatic snapshot of the specified source instance or disk. | |
Version | string | The version of the API. |
Request Body
{"restoreDate"=>"string", "sourceRegion"=>"string", "sourceResourceName"=>"string", "sourceSnapshotName"=>"string", "targetSnapshotName"=>"string", "useLatestRestorableAutoSnapshot"=>1}