Get Relational Database Events
POST {{aws_lightsail_base_url}}/?durationInMinutes&pageToken&relationalDatabaseName&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
durationInMinutes | null | The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120. | |
pageToken | null | A token used for advancing to a specific page of results from for get relational database events request. | |
relationalDatabaseName | null | The name of the database from which to get events. | |
Version | string | The version of the API. |
Request Body
{"durationInMinutes"=>42, "pageToken"=>"string", "relationalDatabaseName"=>"string"}