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
.
{
"_typeName": "string",
"clusters": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"start": "string",
"end": "string",
"testId": "string",
"groupId": "string",
"includeHealthRemediation": false
}
The target cluster list.
Only the query for a single cluster is supported for now.
The start time querying from the historical result.
The end time querying from the historical result.
Default is till now if not specified.
The target health test ID.
To get all supported health test IDs and their associated group ID, refer to VsanQueryAllSupportedHealthChecks
The group ID which the health test belongs to.
To get all supported health test IDs and their associated group ID, refer to VsanQueryAllSupportedHealthChecks
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.