Data Object - SessionData

Class
VMware.Hv.SessionData
Property of
SessionGlobalSummaryView, SessionLocalSummaryView
Since
Horizon View 6.0

Data Object Description

Session data.

Data Object Properties

Properties

Name Type Description
sessionTypexsd:string

Type of this session.
  • This property will be one of:
    Value Description
    "DESKTOP"Desktop or RDS Desktop session
    "APPLICATION"Application session
sessionProtocolxsd:string

Protocol for this session. This will be unset for disconnected sessions.
  • This property need not be set.
  • This property will be one of:
    Value Description
    "PCOIP"Display protocol is PCoIP
    "RDP"Display protocol is RDP
    "BLAST"Display protocol is Blast
    "CONSOLE"Display protocol is Console
    "UNKNOWN"Display protocol is unknown
sessionStatexsd:string

State of this session.
  • This property need not be set.
  • This property will be one of:
    Value Description
    "CONNECTED"CONNECTED: Session is connected
    "DISCONNECTED"DISCONNECTED: Session is disconnected
    "PENDING"PENDING: Session is pending
startTimexsd:dateTime

Time when this session was originally logged in. The lifecycle of a session begins at login and ends at logout, with any number of connect and disconnect occurrences between. The first connection time will be shortly after this time.
  • This property need not be set.
disconnectTimexsd:dateTime

Time when the session was last disconnected. This will be unset on error or if the session has never been disconnected.
  • This property need not be set.
lastSessionDurationMSxsd:long

Duration of the last connection period of the session in milliseconds. If the session is currently connected, this is the duration that the session has been in connected state. If the session is currently disconnected, this is the duration of its previous connection period. This will be unset on error.
  • This property need not be set.
brokeredRemotelyxsd:boolean

Is this session brokered from a remote pod? It is only populated if the Horizon View agent where the session resides is version 6.0 or later.
  • This property need not be set.
resourcedRemotelyxsd:boolean

Is this session running on a remote pod resource?
unauthenticatedxsd:boolean

Indicates if this session is of unauthenticated access user.

Since Horizon 7.1
  • This property need not be set.
idleDurationxsd:long

Idle time duration in minutes. Indicates how long the end user of this session has been idle.

Since Horizon 7.4
  • This property need not be set.