Create Relational Database Snapshot
POST {{aws_lightsail_base_url}}/?relationalDatabaseName&relationalDatabaseSnapshotName&tags&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
relationalDatabaseName | null | The name of the database on which to base your new snapshot. | |
relationalDatabaseSnapshotName | null | The name for your new database 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
{"relationalDatabaseName"=>"string", "relationalDatabaseSnapshotName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}