ScaleUpNodePool
Authorizations
Query parameters
subscriptionIdstringRequired
The ID of the subscription where the Kubernetes cluster is located.
resourceGroupNamestringRequired
The name of the resource group containing the Kubernetes cluster.
clusterNamestringRequired
The name of the Kubernetes cluster to scale up.
agentPoolNamestringRequired
The name of the agent pool to scale up within the cluster.
nodeCountinteger · int32Required
The desired number of nodes to scale the agent pool to.
userLoadInputinteger · int32Required
The user load input, which can influence the scaling decision.
Responses
200
Success: The Kubernetes node pool has been successfully scaled up.
400
Bad Request: The request failed due to invalid or missing parameters.
404
Not Found: The specified Kubernetes cluster, resource group, or agent pool could not be found.
500
Internal Server Error: An error occurred while attempting to scale the node pool.
post
POST /Kubernetes/ScaleUpNodePool?subscriptionId=text&resourceGroupName=text&clusterName=text&agentPoolName=text&nodeCount=1&userLoadInput=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content