| Did this page help you? Yes No Tell us about it... |
Modifies the parameters of a DBParameterGroup to the engine/system default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DBParameterGroup specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.
For information about the common parameters that all actions use, see Common Query Parameters.
| Name | Description | Required |
|---|---|---|
DBParameterGroupName
|
The name of the DB Parameter Group. Constraints:
Type: String | Yes |
Parameters.member.N
|
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request. MySQL Valid Values (for Apply method): You can use the immediate value with dynamic parameters only. You can use
the Oracle Valid Values (for Apply method): Type: Parameter list | No |
ResetAllParameters
|
Specifies whether ( Default: Type: Boolean | No |
ResetDBParameterGroupResult
structure.
| Name | Description |
|---|---|
DBParameterGroupName
|
The name of the DB Parameter Group. Type: String |
For information about the common errors that all actions use, see Common Errors.
| Error | Description | HTTP Status Code |
|---|---|---|
DBParameterGroupNotFound
|
DBParameterGroupName does not refer to an existing DB Parameter Group. | 404 |
InvalidDBParameterGroupState
|
The DB Parameter Group cannot be deleted because it is in use. | 400 |
https://rds.amazonaws.com/
?Action=ResetDBParameterGroup
&DBParameterGroupName=mydbparametergroup
&Parameters.member.1.ParameterName=max_user_connections
&Parameters.member.1.ApplyMethod=pending-reboot
&Parameters.member.2.ParameterName=max_allowed_packet
&Parameters.member.2.ApplyMethod=immediate
&ResetAllParameters=false
&Version=2012-04-23
&SignatureVersion=2
&SignatureMethod=HmacSHA256
&AWSAccessKeyId=<AWS Access Key ID>
&Signature=<Signature><ResetDBParameterGroupResponse xmlns="http://rds.amazonaws.com/doc/2012-04-23/">
<ResetDBParameterGroupResult>
<DBParameterGroupName>mydbparametergroup</DBParameterGroupName>
</ResetDBParameterGroupResult>
<ResponseMetadata>
<RequestId>071e758f-bf57-11de-9f9f-53d6aee22de9</RequestId>
</ResponseMetadata>
</ResetDBParameterGroupResponse>