VsanPerfDiagnoseQuerySpec

VsanPerfDiagnoseQuerySpec
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "startTime": "string",
    "endTime": "string",
    "queryType": "string",
    "context": "string"
}
string As date-time As date-time
startTime
Required

The start time of the period for which the cluster performance will be diagnosed.

This parameter must be specified.

string As date-time As date-time
endTime
Required

The end time of the period for which the cluster performance will be diagnosed.

This parameter must be specified.

string
queryType
Required

The query type for which the cluster performance will be diagnosed.

See also VsanPerfDiagnosticQueryTypeEnum.

string
context
Optional

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.