Data Object - AuditEventSummaryView

Class
VMware.Hv.AuditEventSummaryView
See also
ApplicationId, DesktopId, MachineId, PersistentDiskId, SessionId, UserOrGroupId
Since
Horizon 7.13

Data Object Description

The AuditEventSummaryView Object.

Queryable Data Object

This data object is queryable using QueryService.

Query definitions can specify the following member types:

The following caveats apply:

Data Object Properties

Properties

Name Type Description
eventIdxsd:int

ID of the event in Event Database.
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.
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.
    "Rest"Rest component.
timexsd:dateTime

Time at which the event occurred, measured from the epoch (January 1, 1970).
machineDnsNamexsd: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.
sessionIdSessionId

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

Event message. Language of this message will be dependent on the locale. Locale can be set at request or session level. Request level locale can be provided by adding X-VIEW-LOCALE request header and session level locale can be set by invoking AuthenticationManager_SetLocale method after login. Request level locale will be given priority over session level locale. If not set explicitly, locale will default to English language.
userDisplayNamexsd:string

Display name of the user associated with this event. Will be unset if there is no User association for this event.
  • This property need not be set.
persistentDiskIdPersistentDiskId

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

Sid of the user associated with this event. Will be unset if there is no User association for this event.
  • This property need not be set.