| getsystemsessionResult Structure Definition |
The getsystemsessionResult structure defines the return type for getsystemsession API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
systemsessionList |
List of systemsessions |
| systemsession Structure Definition |
The systemsession structure defines the actual return type values for getsystemsession API. |
Syntax |
Members |
sid |
ID of the system session about which to display information. |
username |
user name of the session |
logintime |
logged-in time of this session |
logintimelocal |
logged-in time (in local ADC timezone) of this session |
lastactivitytime |
last activity time of this session |
lastactivitytimelocal |
last activity time (in local ADC timezone) of this session |
expirytime |
Time left in expire the session in seconds |
numofconnections |
number of connection using this token |
currentconn |
True if the token is used for current session |
clienttype |
client type of the session |
partitionname |
Name of the partition where the user is currently present. |
clientipaddress |
IP address of client connecting to ADC. |
_nextgenapiresource |
See Also |