Calls the UpdatePolarDBXInstanceNode operation to change the number of nodes for an instance, including scaling out and scaling in. This request generates a billable order.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:UpdatePolarDBXInstanceNode |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| DBInstanceName |
string |
Yes |
The instance name ID. |
pxc-hzjasdyuoo |
| DbInstanceNodeCount |
integer |
No |
The target number of nodes for the instance. Valid values: 0 to 99. |
3 |
| ClientToken |
string |
No |
The client token, which is an arbitrary random string. |
FEA5DC20-6D8A-5979-97AA-FC57546ADC20 |
| CNNodeCount |
integer |
No |
The number of compute nodes. |
2 |
| DNNodeCount |
integer |
No |
The number of storage nodes. |
2 |
| StoragePoolName |
string |
No |
||
| DeleteDNIds |
string |
No |
||
| AddDNSpec |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| OrderId |
string |
The order ID generated when the number of instance nodes is changed. |
20211103105558 |
| RequestId |
string |
The request ID. |
FEA5DC20-6D8A-5979-97AA-FC57546ADC20 |
Examples
Success response
JSON format
{
"OrderId": "20211103105558",
"RequestId": "FEA5DC20-6D8A-5979-97AA-FC57546ADC20"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.