HostsPrechecksResponse

HostsPrechecksResponse
HostsPrechecksResponse

Represents hosts prechecks response

JSON Example
{
    "id": "string",
    "executionStatus": "One among: IN_PROGRESS, COMPLETED",
    "result": "One among: SUCCEEDED, FAILED",
    "hostPrechecks": [
        {
            "hostPrecheckDetails": {
                "fqdn": "string",
                "sshFingerprint": "string",
                "ipAddress": "string",
                "username": "string",
                "password": "string",
                "networkPoolId": "string",
                "networkPoolName": "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"
            },
            "result": "string",
            "error": "string"
        }
    ]
}
string
id
Required   Read-Only  

The ID for hosts prechecks

string
executionStatus
Required   Read-Only  

Overall execution status of hosts prechecks

string
result
Required   Read-Only  

Result status of the hosts prechecks after it has completed its execution

hostPrechecks
Read-Only  

precheck done on each host