| 
    Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    
   | 
 
Session information More...
Public Attributes | |
| int | sessionId | 
| ID of the session.  More... | |
| string | username | 
| Name of user owning the session.  More... | |
| string | remoteIp | 
| Session IP address.  More... | |
| string | clientType | 
| Client type.  More... | |
| time | creationTime | 
| Session creation timestamp (seconds since system boot)  More... | |
| int | timeout | 
| Session timeout in seconds.  More... | |
| int | idle | 
| Session idle time in seconds.  More... | |
| int | userIdle | 
| User idle time in seconds.  More... | |
Session information
Definition at line 12 of file SessionManager.idl.
| string session::Session::clientType | 
Client type.
Definition at line 16 of file SessionManager.idl.
| time session::Session::creationTime | 
Session creation timestamp (seconds since system boot)
Definition at line 17 of file SessionManager.idl.
| int session::Session::idle | 
Session idle time in seconds.
Definition at line 19 of file SessionManager.idl.
| string session::Session::remoteIp | 
Session IP address.
Definition at line 15 of file SessionManager.idl.
| int session::Session::sessionId | 
ID of the session.
Definition at line 13 of file SessionManager.idl.
| int session::Session::timeout | 
Session timeout in seconds.
Definition at line 18 of file SessionManager.idl.
| int session::Session::userIdle | 
User idle time in seconds.
Definition at line 20 of file SessionManager.idl.
| string session::Session::username | 
Name of user owning the session.
Definition at line 14 of file SessionManager.idl.