Reset Cache Parameter Group
GET {{aws_elasticache_base_url}}/?CacheParameterGroupName&ParameterNameValues.ParameterNameValue.N&ResetAllParameters&Version=2015-02-02
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
CacheParameterGroupName | null | The name of the cache parameter group to reset. | |
ParameterNameValues.ParameterNameValue.N | null | An array of parameter names to reset to their default values. If ResetAllParameters is true, do not use ParameterNameValues. If ResetAllParameters is false, you must specify the name of at least one parameter to reset. | |
ResetAllParameters | null | If true, all parameters in the cache parameter group are reset to their default values. If false, only the parameters listed by ParameterNameValues are reset to their default values. | |
Version | string | The version of the API. |