VsanIODiagnosticsInstanceEvent
VsanIODiagnosticsInstanceEvent
This data object describes the diagnostics instance event including the type of the event and the time when the event happens.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"eventType": "string",
"eventTime": "string",
"eventTargets": [
{
"_typeName": "string",
"type": "string",
"entityId": "string",
"objUuids": [
"string"
]
}
]
}
string
eventType
Required
The type of event, for details of event, please refer to below enumerations: VsanIODiagnosticsInstanceEventTypeEnum, VsanIODiagnosticsInstanceEventType90Enum
See also VsanIODiagnosticsInstanceEventTypeEnum, VsanIODiagnosticsInstanceEventType90Enum.
string As date-time
As date-time
eventTime
Required
The time when event happens.
array of
VsanIODiagnosticsTarget
eventTargets
Optional
The targets to which the event is relevant.
Since: 8.0.0.4