HostOrClusterDetails

HostOrClusterDetails
HostOrClusterDetails

Details of the host or cluster.

JSON Example
{
    "cluster": true,
    "datacenter_id": "datacenter-1",
    "incompatible_reasons": [
        "string"
    ],
    "name": "Cluster",
    "path": "/Datacenter/host/ServicesFolder/Cluster",
    "vcenter_id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
    "vgpu_types": [
        "string"
    ]
}
boolean
cluster
Required

Whether or not this is a cluster or a host.

string
datacenter_id
Required

Datacenter id for this host or cluster.

array of string
incompatible_reasons
Required

Reasons that may preclude this Host Or Cluster from being used in desktop pool creation.

Possible values are : UNSUPPORTED_ESX_VERSION, ALL_HOSTS_DISCONNECTED, NO_HOSTS_IN_CLUSTER, INCOMPATIBLE_VSAN, INCOMPATIBLE_STORAGE_ACCELERATOR, INCOMPATIBLE_NATIVE_SNAPSHOTS, INCOMPATIBLE_INSTANT_CLONE_DESKTOP_POOLS, INCOMPATIBLE_STANDALONE_HOST_FOR_INSTANT_CLONE, INCOMPATIBLE_VGPU_TYPE,
string
name
Required

Host or cluster display name.

string
path
Required

Host or cluster path.

string
vcenter_id
Required

Virtual Center id for this host or cluster.

array of string
vgpu_types
Optional

Types of NVIDIA GRID vGPUs supported by this host or at least one host on this cluster. If unset, this host or cluster does not support NVIDIA GRID vGPUs and cannot be used for desktop creation with NVIDIA GRID vGPU support enabled.