Reset DB Parameter Group
GET {{aws_rds_base_url}}/?DBParameterGroupName&Parameters.Parameter.N&ResetAllParameters&Action=ResetDBParameterGroup&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DBParameterGroupName | null | The name of the DB parameter group. | |
Parameters.Parameter.N | null | To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request. | |
ResetAllParameters | null | A value that indicates whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values. | |
Action | string | ||
Version | string |