VsanHealthCorrelation
This class presents the correlation between health check results in case the primary health issue may lead to other health warnings.
From the health correlation, we can provide the guided troubleshooting capability so that user can always focus on primary health issues if there are many.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"primaryHealthTests": [
"string"
],
"relatedHealthTests": [
"string"
],
"skippedHealthTests": [
"string"
]
}
The health test ids which indicate the primary health issues causing the current health warning so that user should address at first.
The related health test ids which may be triggered by primary health issue.
The health test ids which have been skipped and shown as green due to the prerequisite doesn't satisfy.
For example, if disk controller is not in the vSAN Hardware Compatibility List (HCL), then all of following HCL checks like driver/firmware version check will be skipped and shown as green.