ScaleUpNodePool

Scales up the node pool of a Kubernetes cluster based on the provided parameters.

post
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.
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