VsanIODiagnosticsInstanceEvent

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
string As date-time As date-time
eventTime
Required

The time when event happens.

eventTargets
Optional

The targets to which the event is relevant.

Since: 8.0.0.4