Describe DB Engine Versions
GET {{aws_rds_base_url}}/?DBParameterGroupFamily&DefaultOnly&Engine&EngineVersion&Filters.Filter.N&IncludeAll&ListSupportedCharacterSets&ListSupportedTimezones&Marker&MaxRecords&Action=DescribeDBEngineVersions&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DBParameterGroupFamily | null | The name of a specific DB parameter group family to return details for. | |
DefaultOnly | null | A value that indicates whether only the default version of the specified engine or engine and major version combination is returned. | |
Engine | null | The database engine to return. | |
EngineVersion | null | The database engine version to return. | |
Filters.Filter.N | null | This parameter isn't currently supported. | |
IncludeAll | null | A value that indicates whether to include engine versions that aren't available in the list. The default is to list only available engine versions. | |
ListSupportedCharacterSets | null | A value that indicates whether to list the supported character sets for each engine version. | |
ListSupportedTimezones | null | A value that indicates whether to list the supported time zones for each engine version. | |
Marker | null | An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. | |
MaxRecords | null | The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results. | |
Action | string | ||
Version | string |