Create Instance Snapshot
POST {{aws_lightsail_base_url}}/?instanceName&instanceSnapshotName&tags&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
instanceName | null | The Lightsail instance on which to base your snapshot. | |
instanceSnapshotName | null | The name for your new snapshot. | |
tags | null | The tag keys and optional values to add to the resource during create. | |
Version | string | The version of the API. |
Request Body
{"instanceName"=>"string", "instanceSnapshotName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}