Modifies the configuration of a node in a PolarDB cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:ModifyDBNodeConfig |
update |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The cluster ID. Note
Call the DescribeDBClusters operation to query the details of all clusters in your account, including the cluster ID. |
pc-************** |
| DBNodeId |
string |
Yes |
The ID of the cluster node. Note
Call the DescribeDBClusters operation to query the details of all clusters in your account, including the node ID. |
pi-**************** |
| ConfigName |
string |
Yes |
The name of the node configuration. |
FailoverPriority |
| ConfigValue |
string |
Yes |
The configuration of the node. |
perfdb |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
925B84D9-CA72-432C-95CF-738C22****** |
Examples
Success response
JSON format
{
"RequestId": "925B84D9-CA72-432C-95CF-738C22******"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.