- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- ClusterView
Gets details of a single bare metal admin cluster.
HTTP request
GET https://gkeonprem.googleapis.com/v1/{name=projects/*/locations/*/bareMetalAdminClusters/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. Name of the bare metal admin cluster to get. Format: "projects/{project}/locations/{location}/bareMetalAdminClusters/{bareMetalAdminCluster}" | 
Query parameters
| Parameters | |
|---|---|
| view | 
 View for bare metal admin cluster. When  | 
| allowMissing | 
 Optional. If true, return BareMetal Admin Cluster including the one that only exists in RMS. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of BareMetalAdminCluster.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ClusterView
A view for bare metal admin cluster resource.
| Enums | |
|---|---|
| CLUSTER_VIEW_UNSPECIFIED | If the value is not set, the default FULLview is used. | 
| BASIC | Includes basic information of a cluster resource including cluster resource name and membership. | 
| FULL | Includes the complete configuration for bare metal admin cluster resource. This is the default value for GetBareMetalAdminClusterRequest method. |