Modifies the configuration parameters of a sub-component within a specified PolarDB application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:ModifyApplicationParameter |
none |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| ParameterName |
string |
No |
The parameter name. |
name |
| ParameterValue |
string |
No |
The parameter value. |
value |
| Parameters |
array<object> |
No |
The list of parameter names and values for modifying multiple parameters. |
|
|
object |
No |
The parameter name and value. |
||
| ParameterName |
string |
No |
The parameter name. |
name |
| ParameterValue |
string |
No |
The parameter value. |
value |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF |
| ApplicationId |
string |
The application ID. |
pa-************** |
Examples
Success response
JSON format
{
"RequestId": "3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF",
"ApplicationId": "pa-**************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.