Method: projects.zones.clusters.fetchClusterUpgradeInfo

Fetch upgrade information of a specific cluster.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.