VsanNetworkDiagnostics
VsanNetworkDiagnostics
Defines the IO latency related statistics in vSAN.
This object will include the time range these statistics are collected, the number of IOs monitored, and the correpsonding statitics.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"eventTypeId": "string",
"severity": "string",
"createdTime": "string",
"arguments": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
host
Required
The Host object of the event.
string
eventTypeId
Required
The type of the event.
string
severity
Required
The severity level of the message.
string As date-time
As date-time
createdTime
Required
The time the event was created.