HostsPrechecksRequest
HostsPrechecksRequest
Represents hosts prechecks request
JSON Example
{
"hosts": [
{
"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"
}
]
}