- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- NodePoolView
Gets details of a single bare metal node pool.
HTTP request
GET https://gkeonprem.googleapis.com/v1/{name=projects/*/locations/*/bareMetalClusters/*/bareMetalNodePools/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the node pool to retrieve. projects/{project}/locations/{location}/bareMetalClusters/{cluster}/bareMetalNodePools/{nodepool} |
Query parameters
Parameters | |
---|---|
view |
View for bare metal node pool. When |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of BareMetalNodePool
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
NodePoolView
A view for bare metal node pool resource.
Enums | |
---|---|
NODE_POOL_VIEW_UNSPECIFIED |
If the value is not set, the default FULL view is used. |
BASIC |
Includes basic information of a node pool resource including node pool resource name. |
FULL |
Includes the complete configuration for bare metal node pool resource. This is the default value for GetBareMetalNodePoolRequest method. |