Get a hypervisor cluster resource identified by {cluster-id}

get/virtualization/v1beta1/hypervisor-clusters/{cluster-id}

Details of a hypervisors cluster.

Securitybearer
Request
path Parameters
cluster-id
required
string

UUID string uniquely identifying the hypervisor cluster.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Responses
200

Success

401

Unauthorized request

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "appInfo": {
    },
  • "clusterPerfMetricInfo": {
    },
  • "clusterType": "ESX_CLUSTER",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "displayName": "myesxcluster1",
  • "generation": 0,
  • "hciClusterUuid": "string",
  • "hypervisorHosts": [
    ],
  • "hypervisorManagerInfo": {
    },
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "name": "myesxcluster1",
  • "networksInfo": [
    ],
  • "resourceUri": "/virtualization/v1beta1/hypervisor-clusters/{cluster-id}",
  • "services": [
    ],
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z"
}