If there are issues in the Data validation, Infrastructure validation, or product validation, "status": "FAILED" appears in the pre-validation report. The following snippet is from an example response.
{
"rootValidations": [
{
"checkName": "Data validation",
"status": "PASSED",
"childElements": [{
"checkName": "Input schema",
"status": "PASSED",
"childElements": [{
"checkName": "Input schema validation",
"checkType": "ERROR",
"status": "PASSED",
"resultDescription": "Success. all the schema validations passed"
}]
}]
},
{
"checkName": "GENERIC",
"status": "PASSED",
"childElements": [{
"checkName": "Environment validation",
"status": "PASSED",
"childElements": [
{
"checkName": "Datacenter name check",
"checkType": "ERROR",
"status": "PASSED",
"resultDescription": "Provided datacenter name exists."
},
{
"checkName": "vCenter data collection check",
"checkType": "ERROR",
"status": "PASSED",
"resultDescription": "vCenter data collection is completed"
},
{
"checkName": "vCenter name check",
"checkType": "ERROR",
"status": "PASSED",
"resultDescription": "vCenter given exists."
}]
}]
}]
},
{
"checkName": "Infrastructure Validations",
"status": "FAILED",
"elementType": "GROUP",
"childElements": [
{
"checkName": "Vcenter Validations",
"status": "PASSED",
"elementType": "GROUP",
"childElements": [{
"checkName": "VC-HOSTNAME",
"status": "PASSED",
"elementType": "RESOURCE",
"childElements": [{
"checkName": "Check credentials for the given vCenter.",
"checkType": "ERROR",
"status": "PASSED",
"resultDescription": "Check if correct credentials have been provided for the given vCenter.",
"elementType": "CHECK"
}]
}]
},
{
"checkName": "DNS Server Validations",
"status": "PASSED",
"elementType": "GROUP",
"childElements": [
{
"checkName": "DNS server reachability check.",
"checkType": "ERROR",
"status": "PASSED",
"resultDescription": "DNS Server '10.141.66.213' is reachable.",
"elementType": "CHECK"
},
{
"checkName": "DNS server reachability check.",
"checkType": "ERROR",
"status": "PASSED",
"resultDescription": "DNS Server '10.118.183.252' is reachable.",
"elementType": "CHECK"
}]
},
{
"checkName": "Network Gateway Validations",
"status": "PASSED",
"elementType": "GROUP",
"childElements": [{
"checkName": "Network Gateway reachability check.",
"checkType": "ERROR",
"status": "PASSED",
"resultDescription": "Network Gateway '10.196.55.253' is reachable.",
"elementType": "CHECK"
}]
}
]
"overallStatus": false,
"requestState": "FAILED",
"lastUpdateTimeMillis": 1530791811679,
"startTimeMillis": 0
}