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

get/virtualization/v1beta1/hypervisor-hosts/{host-id}

Details of a hypervisors host.

Securitybearer
Request
path Parameters
host-id
required
string

UUID string uniquely identifying the hypervisor host.

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": {
    },
  • "cpuInfo": {
    },
  • "cpuSockets": [
    ],
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "displayName": "myESXi",
  • "generation": 0,
  • "hciClusterUuid": "string",
  • "hciServerUuid": "string",
  • "hostNetworkSystem": {
    },
  • "hostPerfMetricInfo": {
    },
  • "hostType": "ESXI",
  • "hypervisorManagerInfo": {
    },
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "name": "myESXi",
  • "networkAddress": "192.168.0.1",
  • "networksInfo": [
    ],
  • "parentInfo": {
    },
  • "resourceUri": "/virtualization/v1beta1/hypervisor-hosts/{host-id}",
  • "services": [
    ],
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "storageAdaptersInfo": [
    ],
  • "type": "string",
  • "uid": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "version": "6.7.0 build-9030300, R2, 7.2"
}