ModifyParameterGroup_云数据库 RDS_API文档

Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Operation Description

Supported database engines

  • MySQL
  • PostgreSQL

References

Note Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.

Quotas Info

The current API request rate is 10/1(s).View More quotas information, please go to Quota Management View

Authorization Information

No permission information is available for the cloud service.

Request Parameters

Field NameField Details
ParameterGroupIdstring

The parameter template ID. You can call the DescribeParameterGroups operation to query the parameter template ID.

Example:rpg-13ppdh****Reference Value Source:
    CreateParameterGroup
    DescribeParameterGroups
ParameterGroupNamestring

The parameter template name.View Details...

Example:testgroup1Reference Value Source:
    CreateParameterGroup
    DescribeParameterGroup
ParameterGroupDescstring

The new description of the parameter template. The description can be up to 200 characters in length.View Details...

Example:testReference Value Source:
    DescribeParameterGroup
Parametersstring

A JSON string that consists of parameters and their values in the parameter template. Format: {"Parameter 1":"Value of Parameter 1","Parameter 2":"Value of Parameter 2"...}. For more information about the parameters that can be modified, see Modify the parameters of an ApsaraDB RDS for MySQL instance or Modify the parameters of an ApsaraDB RDS for PostgreSQL instance.View Details...

Example:{"back_log":"3000"}Reference Value Source:
    DescribeParameters
RegionIdstring

The region ID. You can call the DescribeRegions operation to query the most recent region list.View Details...

Example:cn-hangzhouReference Value Source:
    DescribeRegions
ModifyModestring

The modification mode of the parameter template. Valid values:View Details...

Example:CollectivityEnumeration Value:IndividualCollectivity
ResourceGroupIdstring

The resource group ID. You can call the DescribeDBInstanceAttribute operation to query the resource group ID.

Example:rg-acfmy****Reference Value Source:
    DescribeResourceDetails

Response Parameters

Field NameField Details
ParameterGroupIdstring

The parameter template ID.

Example:rpg-13ppdh****
RequestIdstring

The request ID.

Example:857DC00B-7B85-4853-8B27-AD65EB618BC6

Sample Response

Change History

Examples