ActiveSession Data Type

Represents a user session that is currently logged into the vCommander UI, portal UI, or webservices.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
appName string element 0/1 Name of the application that user is logged into - generally, "portal" or "vlmgui" or "wsm"
userId string element 0/1 User ID of the currently logged in user
uuid string element 0/1 Unique identifier for the session

Example

<ActiveSession>
  <userId>...</userId>
  <uuid>...</uuid>
  <appName>...</appName>
</ActiveSession>