VsanIODiagnosticsInstanceQuerySpec
VsanIODiagnosticsInstanceQuerySpec
This data object describes the spec to query the diagnostics instances in the given time range.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"targets": [
{
"_typeName": "string",
"type": "string",
"entityId": "string",
"objUuids": [
"string"
]
}
],
"startTime": "string",
"endTime": "string"
}
array of
VsanIODiagnosticsTarget
targets
Optional
The targets to filter the diagnostics instances.
If not provided, all instances in the given time range will be returned.
string As date-time
As date-time
startTime
Required
The start of the time range.
string As date-time
As date-time
endTime
Optional
The end of the time range.