Skip to content

/AWS1/CL_LSA=>GETRELATIONALDATABASEEVENTS()

About GetRelationalDatabaseEvents

Returns a list of events for a specific database in Amazon Lightsail.

Method Signature

IMPORTING

Required arguments:

IV_RELATIONALDATABASENAME TYPE /AWS1/LSARESOURCENAME /AWS1/LSARESOURCENAME

The name of the database from which to get events.

Optional arguments:

IV_DURATIONINMINUTES TYPE /AWS1/LSAINTEGER /AWS1/LSAINTEGER

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.

Default: 60

The minimum is 1 and the maximum is 14 days (20160 minutes).

IV_PAGETOKEN TYPE /AWS1/LSASTRING /AWS1/LSASTRING

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetRelationalDatabaseEvents request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LSAGETRELATIONALDAT07 /AWS1/CL_LSAGETRELATIONALDAT07