Get Relational Database Log Events

POST {{aws_lightsail_base_url}}/?endTime&logStreamName&pageToken&relationalDatabaseName&startFromHead&startTime&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
endTimenullThe end of the time interval from which to get log events.
logStreamNamenullThe name of the log stream.
pageTokennullA token used for advancing to a specific page of results for your get relational database log events request.
relationalDatabaseNamenullThe name of your database for which to get log events.
startFromHeadnullParameter to specify if the log should start from head or tail. If true is specified, the log event starts from the head of the log. If false is specified, the log event starts from the tail of the log.
startTimenullThe start of the time interval from which to get log events.
VersionstringThe version of the API.

Request Body

{"endTime"=>42, "logStreamName"=>"string", "pageToken"=>"string", "relationalDatabaseName"=>"string", "startFromHead"=>1, "startTime"=>42}