The ScaleClusterNodePool operation scales out nodes in a node pool. This ensures that you have sufficient nodes to support your services.
Operation description
-
A single user can make up to 10 calls per second.
-
Scaling out a node pool is an asynchronous operation. After the API call returns a response, the new nodes may take 10 to 20 minutes to initialize and join the cluster. During this process, you can call the DescribeClustersV1 operation to query the status of the cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:ScaleClusterNodePool |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The ID of the cluster. |
eck-xxxxxxxx |
| NodepoolId |
string |
Yes |
The ID of the node pool. |
np2201da356f5245cf8faa522a8a4c8224 |
| Body |
object |
No |
The HTTP request body. |
|
| Count |
integer |
Yes |
The expected number of instances. |
0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| RequestId |
string |
The ID of the request. |
C0003E8B-B930-4F59-ADC0-0E209A9012A8 |
Examples
Success response
JSON format
{
"RequestId": "C0003E8B-B930-4F59-ADC0-0E209A9012A8"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.