Skip to content

/AWS1/CL_RDS=>DESCRIBEDBLOGFILES()

About DescribeDBLogFiles

Returns a list of DB log files for the DB instance.

This command doesn't apply to RDS Custom.

Method Signature

IMPORTING

Required arguments:

IV_DBINSTANCEIDENTIFIER TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

  • Must match the identifier of an existing DBInstance.

Optional arguments:

IV_FILENAMECONTAINS TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

Filters the available log files for log file names that contain the specified string.

IV_FILELASTWRITTEN TYPE /AWS1/RDSLONG /AWS1/RDSLONG

Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

IV_FILESIZE TYPE /AWS1/RDSLONG /AWS1/RDSLONG

Filters the available log files for files larger than the specified size.

IT_FILTERS TYPE /AWS1/CL_RDSFILTER=>TT_FILTERLIST TT_FILTERLIST

This parameter isn't currently supported.

IV_MAXRECORDS TYPE /AWS1/RDSINTEGEROPTIONAL /AWS1/RDSINTEGEROPTIONAL

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

IV_MARKER TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_RDSDESCRDBLOGFILESRSP /AWS1/CL_RDSDESCRDBLOGFILESRSP