Describe Cache Engine Versions
GET {{aws_elasticache_base_url}}/?CacheParameterGroupFamily&DefaultOnly&Engine&EngineVersion&Marker&MaxRecords&Version=2015-02-02
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
CacheParameterGroupFamily | null | The name of a specific cache parameter group family to return details for. | |
DefaultOnly | null | If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned. | |
Engine | null | The cache engine to return. Valid values: memcached | |
EngineVersion | null | The cache engine version to return. | |
Marker | null | An optional marker returned from a prior request. Use this marker for pagination of results from this operation. 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 records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved. | |
Version | string | The version of the API. |