You are not logged in.
ResizeCluster
This API is used to scale out clusters.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
project_id | string | path | Yes | Project ID |
cluster_id | string | path | Yes | ID of the cluster to be scaled out. |
Name | Type | Mandatory | Description |
---|---|---|---|
scale_out | ScaleOut object | No | Scale out an object. |
Name | Type | Mandatory | Description |
---|---|---|---|
count | integer | Yes | Number of nodes to be added |
subnet_id | string | No | Subnet ID。 |
Normal
Request error.
Authorization failed.
No operation permission.
No resources found.
Internal service error.
The service is unavailable.
"POST https://{Endpoint}/v1.0/89cd04f168b84af6be287f71730fdb4b/clusters/4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90/resize"
{
"scale_out": {
"count": 3
}
}