Method: projects.regions.clusters.nodeGroups.get

Gets the resource representation for a node group in a cluster.

HTTP request

GET https://dataproc.googleapis.com/v1/{name=projects/*/regions/*/clusters/*/nodeGroups/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the node group to retrieve. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.