You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present there is api/proxy/traffic/:name but it does not have info whether client is online or offline. The only workaround is to use /api/proxy/tcp (or udp, http etc.) and get full data for all clients and parse specific info from this combined data.
From monitoring purpose, it is useful to have an api similar to api/proxy/status/:name, which simply tells the current status and last known online time.
thanks
The text was updated successfully, but these errors were encountered:
I have changed and tested this feature. I'm attaching the patch.
I was trying to use github workflow, but I couldn't compile my forked repository. It was giving some error related to hardcoded paths github.com/fatedier
Hope this should be ok. 0001-dashboard_api-for-getting-a-client-status-by-name.txt
At present there is
api/proxy/traffic/:name
but it does not have info whether client is online or offline. The only workaround is to use/api/proxy/tcp
(or udp, http etc.) and get full data for all clients and parse specific info from this combined data.From monitoring purpose, it is useful to have an api similar to
api/proxy/status/:name
, which simply tells the current status and last known online time.thanks
The text was updated successfully, but these errors were encountered: