Reset Cache Parameter Group

GET {{aws_elasticache_base_url}}/?CacheParameterGroupName&ParameterNameValues.ParameterNameValue.N&ResetAllParameters&Version=2015-02-02

Request Params

KeyDatatypeRequiredDescription
CacheParameterGroupNamenullThe name of the cache parameter group to reset.
ParameterNameValues.ParameterNameValue.NnullAn 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.
ResetAllParametersnullIf 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.
VersionstringThe version of the API.