|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2025.4 > Connectors > Alphabetic Connector List > Citrix Session Monitoring > Extracted Data Tables |
The Citrix Session Monitoring connector creates the following tables:
Contains VDI session information including user activity, machine details, and infrastructure configuration.
Column |
Description |
Type |
|---|---|---|
id |
Unique session identifier (session key). |
String |
startDate |
Session start timestamp (ISO 8601 format). |
String |
endDate |
Session end timestamp (ISO 8601 format), null for active sessions. |
String |
connectionClientName |
Name of the client device connecting to the session. |
String |
connectionProtocol |
Connection protocol used (e.g., ICA, HDX). |
String |
userName |
User account name. |
String |
userFullName |
Full display name of the user. |
String |
domain |
User account domain. |
String |
machineName |
Name of the virtual machine hosting the session. |
String |
dnsName |
Fully qualified domain name of the virtual machine. |
String |
osType |
Operating system type of the virtual machine. |
String |
hostingServerName |
Name of the Citrix hosting server. |
String |
zoneName |
Citrix zone name from the machine catalog. |
String |
hypervisorName |
Name of the hypervisor hosting the machine. |
String |
cloudRegion |
Cloud region where the machine is hosted (for cloud-hosted environments). |
String |
vmSeries |
Virtual machine series/size specification (for cloud-hosted environments). |
String |
Contains XenApp application usage information including application names, user sessions, and timing data.
Column |
Description |
Type |
|---|---|---|
sessionKey |
Unique session identifier associated with this application instance. |
String |
startDate |
Application session start timestamp (ISO 8601 format). |
String |
endDate |
Application session end timestamp (ISO 8601 format), null for active sessions. |
String |
applicationName |
Internal application name. |
String |
publishedName |
Published application name visible to end users. |
String |
path |
File system path to the application executable. |
String |
userName |
User account name running the application. |
String |
userFullName |
Full display name of the user running the application. |
String |
domain |
User account domain. |
String |
machineName |
Name of the machine hosting the application session. |
String |
hostingServerName |
Name of the Citrix hosting server. |
String |
osType |
Operating system type of the hosting machine. |
String |