Method: projects.zones.clusters.nodePools.fetchNodePoolUpgradeInfo

Fetch upgrade information of a specific nodepool.

HTTP request

GET https://container.googleapis.com/v1beta1/{name=projects/*/zones/*/clusters/*/nodePools/*}:fetchNodePoolUpgradeInfo

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/* or projects/*/zones/*/clusters/*/nodePools/*.

Authorization requires the following IAM permission on the specified resource name:

  • container.clusters.get

Query parameters

Parameters
version

string

API request version that initiates this operation.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of NodePoolUpgradeInfo.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.