Data Object - EventData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.infrastructure.EventDatabase.EventData
Property of
See also
ApplicationId, DesktopId, FarmId, MachineId, PersistentDiskId, 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¶
Name | Type | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eventType | xsd:string | Event name that corresponds to an item in the message catalog. For example: BROKER_USERLOGGEDIN, AGENT_CONNECTED etc. | ||||||||||||||||||||||
severity | xsd:string | Severity type of the event. * This property will be one of:
|
||||||||||||||||||||||
time | xsd:dateTime | Time at which the event occurred, measured from the epoch (January 1, 1970). | ||||||||||||||||||||||
module | xsd:string | Horizon View component that has logged this event. * This property will be one of:
|
||||||||||||||||||||||
message | xsd: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. | ||||||||||||||||||||||
node | xsd:string | FQDN of the machine in the Pod that has logged this event. 1 | ||||||||||||||||||||||
userId | UserOrGroupId | User involved in this event. Will be unset if there is no user association for this event. 1 | ||||||||||||||||||||||
desktopId | DesktopId | Desktop pool associated with this event. Will be unset if there is no desktop association for this event. 1 | ||||||||||||||||||||||
applicationId | ApplicationId | Application associated with this event. Will be unset if there is no Application association for this event. 1 | ||||||||||||||||||||||
machineId | MachineId | Machine associated with this event. Will be unset if there is no machine association for this event. 1 | ||||||||||||||||||||||
rdsServerId | RDSServerId | RDS Server associated with this event. Will be unset if there is no RDS server association for this event. 1 | ||||||||||||||||||||||
farmId | FarmId | Farm associated with this event. Will be unset if there is no Farm association for this event. 1 | ||||||||||||||||||||||
sessionId | SessionId | Session associated with this event. Will be unset if there is no Session association for this event. 1 | ||||||||||||||||||||||
logonTiming | xsd:string | Logon timing profiler tree. Will be unset if there is no timing profiler tree association for this event. 1 | ||||||||||||||||||||||
persistentDiskId | PersistentDiskId | Persistent disk associated with this event. Will be unset if there is no Persistent disk association for this event. Since Horizon 7.9 1 |