|
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:
|
Value
|
Description
|
| "INFO" | INFO type. |
| "WARNING" | WARNING type. |
| "ERROR" | ERROR type. |
| "AUDIT_SUCCESS" | AUDIT SUCCESS type. |
| "AUDIT_FAIL" | AUDIT FAILURE type. |
|
| 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:
|
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. |
| "Rest" | Rest component. |
|
| 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.
- This property need not be set.
|
| userId | UserOrGroupId |
User involved in this event. Will be unset if there is no user
association for this event.
- This property need not be set.
|
| desktopId | DesktopId |
Desktop pool associated with this event. Will be unset
if there is no desktop association for this event.
- This property need not be set.
|
| applicationId | ApplicationId |
Application associated with this event. Will be unset if
there is no Application association for this event.
- This property need not be set.
|
| machineId | MachineId |
Machine associated with this event. Will be unset if there
is no machine association for this event.
- This property need not be set.
|
| rdsServerId | RDSServerId |
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.
|
| farmId | FarmId |
Farm associated with this event. Will be unset if there
is no Farm association for this event.
- This property need not be set.
|
| sessionId | SessionId |
Session associated with this event. Will be unset if
there is no Session association for this event.
- This property need not be set.
|
| logonTiming | xsd: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.
|
| 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
- This property need not be set.
|