VsanHistoricalHealthQuerySpec

VsanHistoricalHealthQuerySpec
VsanHistoricalHealthQuerySpec

Generic class to define the query spec for vSAN cluster historical health information.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "clusters": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "start": "string",
    "end": "string",
    "testId": "string",
    "groupId": "string",
    "includeHealthRemediation": false
}
clusters
Required

The target cluster list.

Only the query for a single cluster is supported for now.

string As date-time As date-time
start
Required

The start time querying from the historical result.

string As date-time As date-time
end
Optional

The end time querying from the historical result.

Default is till now if not specified.

string
testId
Optional

The target health test ID.

To get all supported health test IDs and their associated group ID, refer to VsanQueryAllSupportedHealthChecks

string
groupId
Optional

The group ID which the health test belongs to.

To get all supported health test IDs and their associated group ID, refer to VsanQueryAllSupportedHealthChecks

boolean
includeHealthRemediation
Optional

True to populate the vSAN health remediation information in the historical health test result.

It's false by default or when it's not set.