View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - EventData
- Class
- VMware.Hv.EventData
- Property of
- EventSummaryView
- 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
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.
|
||||||||||||||||||||
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.
|
||||||||||||||||||||
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.
|
||||||||||||||||||||
userId | UserOrGroupId |
User involved in this event. Will be unset if there is no user
association for this event.
|
||||||||||||||||||||
desktopId | DesktopId |
Desktop pool associated with this event. Will be unset
if there is no desktop association for this event.
|
||||||||||||||||||||
applicationId | ApplicationId |
Application associated with this event. Will be unset if
there is no Application association for this event.
|
||||||||||||||||||||
machineId | MachineId |
Machine associated with this event. Will be unset if there
is no machine association for this event.
|
||||||||||||||||||||
rdsServerId | RDSServerId |
RDS Server associated with this event. Will be unset
if there is no RDS server association for this event.
|
||||||||||||||||||||
farmId | FarmId |
Farm associated with this event. Will be unset if there
is no Farm association for this event.
|
||||||||||||||||||||
sessionId | SessionId |
Session associated with this event. Will be unset if
there is no Session association for this event.
|
||||||||||||||||||||
logonTiming | xsd:string |
Logon timing profiler tree. Will be unset if there is no
timing profiler tree association for this event.
|
||||||||||||||||||||
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
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |