Get Relational Database Log Events
POST {{aws_lightsail_base_url}}/?endTime&logStreamName&pageToken&relationalDatabaseName&startFromHead&startTime&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
endTime | null | The end of the time interval from which to get log events. | |
logStreamName | null | The name of the log stream. | |
pageToken | null | A token used for advancing to a specific page of results for your get relational database log events request. | |
relationalDatabaseName | null | The name of your database for which to get log events. | |
startFromHead | null | Parameter 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. | |
startTime | null | The start of the time interval from which to get log events. | |
Version | string | The version of the API. |
Request Body
{"endTime"=>42, "logStreamName"=>"string", "pageToken"=>"string", "relationalDatabaseName"=>"string", "startFromHead"=>1, "startTime"=>42}