VsanHealthTroubleshooting
This class describes how to troubleshoot a specific health issue, which will provide either diagnostic steps for further root cause with any kind of support data or remediation approaches for how to recover or both.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"diagnosticSteps": [
{
"_typeName": "string",
"description": "string"
}
],
"remediations": [
{
"_typeName": "string",
"description": "string"
}
]
}
The diagnostic steps for further root cause or providing more support data for current health issue.
The supported remediations for this health issue.
Notice we may support multiple remediation options and the first one in the list should always be the recommended one.