- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
inaccurate API data?
Hi does anyone else see this. two API endpoints giving different results? why does one show evidence of clients and the other not?
When i run
dashboard.wireless.getNetworkWirelessClientCountHistory( network_id) on a network for the last 7 days it returns
{ "startTs": "2023-05-01T00:00:00Z", "endTs": "2023-05-02T00:00:00Z", "clientCount": null }
but if i run connection stats i see evidence of clients?
dashboard.wireless.getNetworkWirelessClientsConnectionStats( network_id )
[ { "mac": "xx:xx:Xx:Xx:xx:xx", "connectionStats": { "assoc": 0, "auth": 0, "dhcp": 0, "dns": 0, "success": 5 } },
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you see the client(s) on the dashboard ?
A client needs to pass some type of traffic to be considered a client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But they are people are using the network? This is why it seems odd clients have transferred GBs over the last few days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The simple way to get round it is to count the unique mac in
dashboard.wireless.getNetworkWirelessClientsConnectionStats( network_id )
