VsanPerfTimeRange
VsanPerfTimeRange
Time ranges are specific start time and end time saved under a name.
The time ranges can be used to query and analyze performance data during the specified period.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"startTime": "string",
"endTime": "string"
}
string
name
Required
Name for the saved time range.
It is up to 256 characters.
string As date-time
As date-time
startTime
Required
Start timestamp for the saved time range.
string As date-time
As date-time
endTime
Required
End timestamp for the saved time range.