VsanIODiagnosticsStats
VsanIODiagnosticsStats
This data object describes the IO diagnostics result.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"objectsIOStats": [
{
"_typeName": "string",
"backingObjectId": "string",
"ioLatencyStats": [
{
"_typeName": "string",
"latencyType": "string",
"sourceEntityUuid": "string",
"destEntityUuid": "string",
"readLatencyStats": {
"_typeName": "string",
"totalCount": 0,
"averageLatency": "number",
"stddevLatency": "number"
},
"writeLatencyStats": {
"_typeName": "string",
"totalCount": 0,
"averageLatency": "number",
"stddevLatency": "number"
},
"detailedInfo": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
],
"objectLayout": {
"_typeName": "string",
"layout": "string"
}
}
],
"startTime": "string",
"endTime": "string"
}
array of
VsanObjectIOStats
objectsIOStats
Optional
The list of each vSAN object IO diagnostics stats.
string As date-time
As date-time
startTime
Required
The start time of the diagnostics.
string As date-time
As date-time
endTime
Required
The end time of the diagnostics.