Validate Hosts Operations
DescriptionValidate the input spec for hosts operations
Request
URLURL
Request Body
{
"storageType": "One among: VSAN, VSAN_REMOTE, NFS, VMFS_FC, VVOL"
}
FQDN of the host
ID of the network pool to associate the host with
Password of the host
Storage Type
Username of the host
Name of the network pool to associate the host with
SSH thumbprint of the host
SSL thumbprint of the host
vVol Storage Protocol Type
Response
200 OK Response Body>Response Body
200 OK
{
"executionStatus": "One among: IN_PROGRESS, FAILED, COMPLETED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"resultStatus": "One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, CANCELLATION_IN_PROGRESS"
}
Description of the validation
Execution status of the validation
ID of the validation
Result status of the validation after it has completed its execution
List of one or more validation checks that are performed as part of the validation
202 Accepted Response Body>
Response Body
202 Accepted
{
"executionStatus": "One among: IN_PROGRESS, FAILED, COMPLETED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"resultStatus": "One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, CANCELLATION_IN_PROGRESS"
}
Description of the validation
Execution status of the validation
ID of the validation
Result status of the validation after it has completed its execution
List of one or more validation checks that are performed as part of the validation
Errors
Bad Request
Internal server error