Scales out a node pool.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cs:ScaleClusterNodePool |
update |
*Cluster
|
None | None |
Request syntax
POST /clusters/{ClusterId}/nodepools/{NodepoolId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The cluster ID. |
c23421cfa74454bc8b37163fd19af**** |
| NodepoolId |
string |
Yes |
The node pool ID. |
np31da1b38983f4511b490fc62108a**** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body parameters. |
|
| count |
integer |
No |
The number of worker nodes that you want to add. For example, the current node pool contains two nodes. After the two node is scaled out, the node pool contains four nodes. Due to the limit of the node quota, you can add at most 500 nodes in each request. |
2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| task_id |
string |
The task ID. |
T-5faa48fb31b6b8078d00**** |
Examples
Success response
JSON format
{
"task_id": "T-5faa48fb31b6b8078d00****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.