VsanSiteMaintenancePrecheckDetail

VsanSiteMaintenancePrecheckDetail
VsanSiteMaintenancePrecheckDetail

Detailed information about a precheck item for fault domain maintenance operations.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "testName": "string",
    "testStatus": "string",
    "message": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    }
}
string
testName
Required

The name of the precheck test item.

string
testStatus
Required

The result of the precheck item.

Possible values are:

  • "green": The test passed with no issues.
  • "yellow": The test passed with warnings. There are non-critical issues that should be reviewed before proceeding.
  • "red": The test failed due to critical issues that must be resolved.

Site Maintenance Operation Criteria:

  • When all test results are "green": The fault domain maintenance operation can proceed and is expected to complete successfully.
  • When test results include "yellow": The fault domain maintenance operation can proceed, but administrators should review the warnings and understand potential impacts.
  • When any test result is "red": The fault domain maintenance operation cannot proceed until the critical issues are resolved.
message
Optional

Informative and localizable messages providing details about the test result.