Data Object - EventData

Class
VMware.Hv.EventData
Property of
EventSummaryView
See also
ApplicationId, DesktopId, FarmId, MachineId, RDSServerId, SessionId, UserOrGroupId
Since
Horizon 7.3

Data Object Description

The Event data Object. This contains all the attributes related to a particular event.

Data Object Properties

Properties

Name Type Description
eventTypexsd:string

Event name that corresponds to an item in the message catalog. For example: BROKER_USERLOGGEDIN, AGENT_CONNECTED etc.
severityxsd:string

Severity type of the event.
  • This property will be one of:
    Value Description
    "INFO"INFO type.
    "WARNING"WARNING type.
    "ERROR"ERROR type.
    "AUDIT_SUCCESS"AUDIT SUCCESS type.
    "AUDIT_FAIL"AUDIT FAILURE type.
timexsd:dateTime

Time at which the event occurred, measured from the epoch (January 1, 1970).
modulexsd:string

Horizon View component that has logged this event.
  • This property will be one of:
    Value Description
    "Admin"Admin component.
    "Broker"Broker component.
    "Client"Client component.
    "Agent"Agent component.
    "Vlsi"Vlsi component.
    "Framework"Framework component.
    "Tunnel"Tunnel component.
    "Endpoint"Endpoint component.
    "TransferServer"TransferServer component.
messagexsd:string

Event message. Language of this message will be dependent on the locale of the currently logged-in user. Locale can be set by invoking AuthenticationManager_SetLocale method after login. If not set explicitly, locale will default to English language.
nodexsd:string

FQDN of the machine in the Pod that has logged this event.
  • This property need not be set.
userIdUserOrGroupId

User involved in this event. Will be unset if there is no user association for this event.
  • This property need not be set.
desktopIdDesktopId

Desktop pool associated with this event. Will be unset if there is no desktop association for this event.
  • This property need not be set.
applicationIdApplicationId

Application associated with this event. Will be unset if there is no Application association for this event.
  • This property need not be set.
machineIdMachineId

Machine associated with this event. Will be unset if there is no machine association for this event.
  • This property need not be set.
rdsServerIdRDSServerId

RDS Server associated with this event. Will be unset if there is no RDS server association for this event.
  • This property need not be set.
farmIdFarmId

Farm associated with this event. Will be unset if there is no Farm association for this event.
  • This property need not be set.
sessionIdSessionId

Session associated with this event. Will be unset if there is no Session association for this event.
  • This property need not be set.
logonTimingxsd:string

Logon timing profiler tree. Will be unset if there is no timing profiler tree association for this event.
  • This property need not be set.