VsanHistoricalHealthTest

VsanHistoricalHealthTest
VsanHistoricalHealthTest

The generic class for the historical health test result.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "timestamp": "string",
    "health": "string",
    "testDetails": [
        {
            "_typeName": "string",
            "label": "string"
        }
    ],
    "testCorrelation": {
        "_typeName": "string",
        "primaryHealthTests": [
            "string"
        ],
        "relatedHealthTests": [
            "string"
        ],
        "skippedHealthTests": [
            "string"
        ]
    }
}
string As date-time As date-time
timestamp
Required

The timestamp.

string
health
Required

The health result enumeration.

The possible values are 'green', 'yellow', 'red', 'unknown', or 'info'.

testDetails
Optional

The health check detail tables.

testCorrelation
Optional

The health correlation for the current health test.