Download DB Log File Portion
GET {{aws_rds_base_url}}/?DBInstanceIdentifier&LogFileName&Marker&NumberOfLines&Action=DownloadDBLogFilePortion&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DBInstanceIdentifier | null | The customer-assigned name of the DB instance that contains the log files you want to list. | |
LogFileName | null | The name of the log file to be downloaded. | |
Marker | null | The pagination token provided in the previous request or 0. If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines. | |
NumberOfLines | null | The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file is truncated at 1 MB in size. | |
Action | string | ||
Version | string |