- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
version |
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-platformhttps://www.googleapis.com/auth/containerhttps://www.googleapis.com/auth/container.read-only
For more information, see the Authentication Overview.