Data Object - HelpdeskActivityView

Class
VMware.Hv.HelpdeskActivityView
See also
UserOrGroupId
Since
Horizon 7.13

Data Object Description

The HelpdeskActivityView Object.

Queryable Data Object

This data object is queryable using QueryService.

Query definitions can specify the following member types:

The following caveats apply:

Query Privileges

Privilege Description
MACHINE_VIEW Machine read permission is sufficient to get HelpdeskActivityView.
POOL_VIEW Pool read permission is sufficient to get HelpdeskActivityView.
FEDERATED_SESSIONS_VIEW Global session read permission is sufficient to get HelpdeskActivityView.

Data Object Properties

Properties

Name Type Description
eventIdxsd:int

ID of the event in Event Database.
timexsd:dateTime

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

Display name of the Desktop associated with this event. Will be unset if there is no Desktop association for this event.
  • This property need not be set.
applicationDisplayNamexsd:string

Display name of the Application associated with this event. Will be unset if there is no Application association for this event.
  • This property need not be set.
machineNamexsd:string

Name of the Machine associated with this event. Will be unset if there is no Machine association for this event.
  • This property need not be set.
farmDisplayNamexsd:string

Display name of the Farm associated with this event. Will be unset if there is no Farm association for this event.
  • This property need not be set.
thinappDisplayNamexsd:string

Display name of the Thinapp associated with this event. Will be unset if there is no Thinapp association for this event.
  • This property need not be set.
processNamexsd:string

Name of the remote process associated with this event. Will be unset if there is no process association for 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.
eventTypexsd:string

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