VsanPerfDiagnoseQuerySpec
This data object specifies the query parameters for the vSAN Performance diagnostic query.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"startTime": "string",
"endTime": "string",
"queryType": "string",
"context": "string"
}
The start time of the period for which the cluster performance will be diagnosed.
This parameter must be specified.
The end time of the period for which the cluster performance will be diagnosed.
This parameter must be specified.
The query type for which the cluster performance will be diagnosed.
See also VsanPerfDiagnosticQueryTypeEnum.
Any additional context that can be supplied as a hint to the diagnosis.
As an example, if for HCIBench workloads, the string 'HCIBench' can be supplied here.