Create Relational Database Snapshot

POST {{aws_lightsail_base_url}}/?relationalDatabaseName&relationalDatabaseSnapshotName&tags&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
relationalDatabaseNamenullThe name of the database on which to base your new snapshot.
relationalDatabaseSnapshotNamenullThe name for your new database snapshot.
tagsnullThe tag keys and optional values to add to the resource during create.
VersionstringThe version of the API.

Request Body

{"relationalDatabaseName"=>"string", "relationalDatabaseSnapshotName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}