Method: projects.locations.clusters.nodePools.fetchNodePoolUpgradeInfo

Fetch upgrade information of a specific node pool.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name (project, location, cluster, node pool) of the node pool 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 one of the following OAuth scopes:

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

For more information, see the Authentication Overview.