This API is used to add parameter information to a parameter template identified by a specified ID.
PATH: /v1.0/{project_id}/configurations/{id}
Method: PATCH
Name |
Mandatory |
Description |
|---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. |
id |
Yes |
Specifies the parameter template ID. |
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
configuration |
Yes |
Dictionary data structure. For details, see Table 3. |
Specifies the parameter template object. |
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
values |
No |
Dictionary data structure. For details, see Table 4. |
Specifies the parameter values defined by users based on the default parameter template. |
{
"configuration": {
"values": {
"max_connections": "10",
"autocommit": "OFF"
}
}
}
{
"errCode": "RDS.0041",
"externalMessage": "Operation successful."
}
For details, see Abnormal Request Results.