Method: projects.locations.vmwareClusters.get

Gets details of a single VMware Cluster.

HTTP request

GET https://gkeonprem.googleapis.com/v1/{name=projects/*/locations/*/vmwareClusters/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the VMware user cluster to be returned. Format: "projects/{project}/locations/{location}/vmwareClusters/{vmwareCluster}"

Query parameters

Parameters
view

enum (ClusterView)

View for VMware user cluster. When BASIC is specified, only the cluster resource name and admin cluster membership are returned. The default/unset value CLUSTER_VIEW_UNSPECIFIED is the same as `FULL', which returns the complete cluster configuration details.

Request body

The request body must be empty.

Response body

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

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 VMware user cluster resource.

Enums
CLUSTER_VIEW_UNSPECIFIED If the value is not set, the default FULL view is used.
BASIC Includes basic information of a cluster resource including cluster resource name and admin cluster membership.
FULL Includes the complete configuration for VMware cluster resource. This is the default value for GetVmwareClusterRequest method.