Modifying Parameters of a Specified DB Instance

Function

This API is used to modify parameters in the parameter template of a specified DB instance. Before calling this API:

Constraints

The values of the modified parameters must be within the default value range of the specified database version.

URI

Request

Example Request

  • Changing the value of track_activity_query_size to 2048 and the value of max_replication_slots to 25 (The changes are applied after the DB instance is rebooted.)
    {
        "values": {
            "track_activity_query_size": "2048",
            "max_replication_slots": "30"
        }
    }

Response

Status Code

Error Code

For details, see Error Codes.