VsanHealthTroubleshooting

VsanHealthTroubleshooting
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diagnosticSteps": [
        {
            "_typeName": "string",
            "description": "string"
        }
    ],
    "remediations": [
        {
            "_typeName": "string",
            "description": "string"
        }
    ]
}
diagnosticSteps
Optional

The diagnostic steps for further root cause or providing more support data for current health issue.

remediations
Optional

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.