All Products
Search
Document Center

Tair (Redis® OSS-Compatible):ModifyParameterGroup

Last Updated:Oct 30, 2024

Modifies the settings of a parameter template.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
kvstore:ModifyParameterGroupupdate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
CategorystringYes

The service category. Valid values:

  • standard: Community Edition
  • enterprise: Enhanced Edition (Tair)
enterprise
ParameterGroupIdstringYes

The parameter template ID.

sys-001****
ParameterGroupDescstringNo

The description of the parameter template. The description must be 0 to 200 characters in length.

test
ParameterGroupNamestringNo

The new name of the parameter template. The name must meet the following requirements:

  • The name can contain letters, digits, and underscores (_). It must start with a letter and cannot contain Chinese characters.
  • The name can be 8 to 64 characters in length.
testGroupName
ParametersstringYes

A JSON-formatted object that specifies the parameter-value pairs. Format: {"Parameter 1":"Value 1","Parameter 2":"Value 2"...}. The specified value overwrites the original content.

Note The parameters that can be added for different editions are displayed in the console.
{"hz":"12"}

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

AD425AD3-CC7B-4EE2-A5CB-2F61BA73****
ParamGroupIdstring

The parameter template ID.

testGroupName

Examples

Sample success responses

JSONformat

{
  "RequestId": "AD425AD3-CC7B-4EE2-A5CB-2F61BA73****",
  "ParamGroupId": "testGroupName"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-08-06The internal configuration of the API is changed, but the call is not affectedView Change Details
2024-06-17The request parameters of the API has changedView Change Details