Reset DB Cluster Parameter Group
GET {{aws_rds_base_url}}/?DBClusterParameterGroupName&Parameters.Parameter.N&ResetAllParameters&Action=ResetDBClusterParameterGroup&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DBClusterParameterGroupName | null | The name of the DB cluster parameter group to reset. | |
Parameters.Parameter.N | null | A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use this parameter if the ResetAllParameters parameter is enabled. | |
ResetAllParameters | null | A value that indicates whether to reset all parameters in the DB cluster parameter group to their default values. You can't use this parameter if there is a list of parameter names specified for the Parameters parameter. | |
Action | string | ||
Version | string |