Тема: Online Users
Hi everyone
Is it possible to add a function in API to check online users and theirs detail information like Host IP, Login Time, etc...?
We need this case for developing some special application.
Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.
Hi everyone
Is it possible to add a function in API to check online users and theirs detail information like Host IP, Login Time, etc...?
We need this case for developing some special application.
Hi there
Isn't there any response?
hhamedk, hi!
You can create report template for resource and add Logins table in it. Then execute this report using SDK JS or REMOTE API.
https://sdk.wialon.com/wiki/ru/sidebar/ … xec_report
Finally You'll get Login time, Logout time, Duration, Host (IP), Site (URL) info for each user.
Then You can calculate online users by taking into account current time and user's login time and logout time.