HostCommissionSpec

HostCommissionSpec
HostCommissionSpec

This specification contains the input to commission a host to VMware Cloud Foundation

JSON Example
{
    "fqdn": "string",
    "username": "string",
    "password": "string",
    "storageType": "One among: VSAN, VSAN_ESA, VSAN_REMOTE, VSAN_MAX, NFS, NFS41, VMFS_FC, VVOL, VMFS, FC, VVOL",
    "skipHclCompatibilityPrecheck": false,
    "vvolStorageProtocolType": "One among: ISCSI, NFS, FC",
    "networkPoolId": "string",
    "networkPoolName": "string",
    "sshThumbprint": "string",
    "sslThumbprint": "string"
}
string
fqdn
Required  
Constraints: minLength: 1

FQDN of the host

string
username
Required  
Constraints: minLength: 1

Username of the host

string
password
Required  
Constraints: minLength: 1

Password of the host

string
storageType
Required  

Storage Type

boolean
skipHclCompatibilityPrecheck
Optional

This option bypasses vSAN ESA HCL validation during host commissioning. Set this flag only when hosts lack vSAN ESA certified disks or when SDDC Manager cannot verify disk status. (Using vSAN ESA certified disk(s) is recommended.)

string
vvolStorageProtocolType
Optional

vVol Storage Protocol Type

string
networkPoolId
Required  
Constraints: minLength: 1

ID of the network pool to associate the host with

string
networkPoolName
Optional

Name of the network pool to associate the host with

string
sshThumbprint
Optional

SSH thumbprint of the host

string
sslThumbprint
Optional

SSL thumbprint of the host