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, VMFS_FC, VVOL, VMFS",
                "vvolStorageProtocolType": "One among: ISCSI, NFS, FC"
            },
            "result": "string",
            "error": "string"
        }
    ]
}
string
id
Required

The ID for hosts prechecks

string
executionStatus
Required

Overall execution status of hosts prechecks

string
result
Required

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

hostPrechecks
Optional

precheck done on each host