Get Relational Database Events

POST {{aws_lightsail_base_url}}/?durationInMinutes&pageToken&relationalDatabaseName&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
durationInMinutesnullThe number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.
pageTokennullA token used for advancing to a specific page of results from for get relational database events request.
relationalDatabaseNamenullThe name of the database from which to get events.
VersionstringThe version of the API.

Request Body

{"durationInMinutes"=>42, "pageToken"=>"string", "relationalDatabaseName"=>"string"}