Skip to main content
Skip table of contents

Variables in notifications

The following list contains some useful examples for script variables.

To get the complete list of available variables for a certain action script, the dump script should be used.

VariableDescriptionCategory
VLXACCESSPOINT
VISULOX Access Point used for loginALL
VLXAPPLICATION
Workspace or applicationALL
VLXAPPLICATIONSHORT
Short form of the applicationALL
VLXAPPLICATIONCOMMAND
Application commandAPPLICATION
VLXAPPLICATIONHOST
Application hostAPPLICATION
VLXAPPLICATIONID
Workspace or application IDALL
VLXBADWORD
Detected keywordAPPLICATION
VLXCLIENTIP
IP address of the clientALL
VLXCREATEDBY
Created byALL
VLXCREATETIMEMS
Create timeALL
VLXCREATETIME_FMT
Create time (human readable)ALL
VLXUPDATEDBY
Updated byALL
VLXUPDATETIMEMS
Update timeALL
VLXUPDATETIME_FMT
Update time (human readable)ALL
VLXEMAIL
eMail of the userALL
VLXEVENT
Event nameALL
VLXEVENTINFO
Event informationALL
VLXFULLNAME
Full name of the userALL
VLXGROUPLIST
Groups of the userALL
VLXLANG
Set language of the userALL
VLXLISTHASH
VISULOX session hashALL
VLXLOG
Log pathALL
VLXLOGINSCRIPT
Login scriptAPPLICATION
VLXLOGINUSER
Login userAPPLICATION
VLXOWNER
Owner of the sessionALL
VLXOWNERSHORT
Short form of the ownerALL
VLXPATH
VISULOX pathAPPLICATION
VLXPOLICY
VISULOX policyAPPLICATION
VLXPIN / VLXPIN_FMT
Access PIN of the userPIN
VLXPIN_EXPIRATIONTIME
Time until Access PIN expiresPIN
VLXPIN_LIFETIME
Lifetime of the Access PINPIN
VLXPIN_SEQUENCE
Sequence number of the Access PINPIN
VLXPIN_TEXT
Access PIN TextPIN
VLXREMOTEIP
Remote IP of the userALL
VLXSESSIONHOST
Logical name of the host, where the session is startedALL
VLXSESSIONID
VISULOX session IDALL
VLXSESSIONMODE
VISULOX session modeALL
VLXSESSIONSTARTTIME
Start time of the sessionALL
VLXSESSIONDURATION
Duration of the sessionALL
VLXSESSIONDURATION_FMT
Duration of the session (readable)ALL
VLXSESSIONENDTIME
Endtime of the sessionALL
VLXSESSIONENDTIME_FMT
Endtime of the session (readable)ALL
VLXSURNAME
Surname of the userALL
VLXTICKETID
VISULOX Ticket IDAPPLICATION
VLXUSERPROFILE
User profileALL
VLXUTIL
Path to VISULOX utils directoryALL
VLXWEBTOPBASE
Workspace base URLALL
VLXMANAGER
Responsible manager for the userALL
VLXREPOSITORY
User repositoryALL
VLXFILETRANSFERINFO
File Transfer informationTRANSIT ZONE
All variables for times are displayed either as an integeger value or with the ending _FMT in a human readable format.


If the eMail address of the manager is needed, this can be done inside the notification script:

How to get the manager`s email address

$VLXUTIL/ldap.tcl -source $VLXREPOSITORY -filter $VLXMANAGER -field mail -format csv |  sed -n '2p'




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.