Aug 30 2021
9:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 30 2021
9:12 AM
client name and band
I want to identify clients, by name, using the 2.4 band. It looks like via API I can get client counts by band or connection stats per mac address and filtered to band. Not sure I can get what I'm looking for easily via API. Any suggestions for api use?
If not, syslog may be my best option.
Solved! Go to solution.
1 Accepted Solution
Aug 31 2021
6:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 31 2021
6:52 AM
How about use /networks/{networkId}/clients to build a lookup table of MAC to ID/name
Then /networks/{networkId}/wireless/clients/connectionStats to get the stats by MAC
1 Reply 1
Aug 31 2021
6:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 31 2021
6:52 AM
How about use /networks/{networkId}/clients to build a lookup table of MAC to ID/name
Then /networks/{networkId}/wireless/clients/connectionStats to get the stats by MAC

Get notified when there are additional replies to this discussion.