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, VMFS_FC, VVOL",
"vvolStorageProtocolType": "One among: ISCSI, NFS, FC",
"networkPoolId": "string",
"networkPoolName": "string",
"sshThumbprint": "string",
"sslThumbprint": "string"
}
string
fqdn
Required
FQDN of the host
string
username
Required
Username of the host
string
password
Required
Password of the host
string
storageType
Required
Storage Type
string
vvolStorageProtocolType
Optional
vVol Storage Protocol Type
string
networkPoolId
Required
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
Property Of