03-09-2021 10:10 PM
Hello Ruckus Community,
This is to check if Zone Director has Ruckus Public API. I know that you have a public API for the SZ series and vSCG but I could not find any free public API for the zone director controller. Can you check and share the information, please?
Solved! Go to Solution.
03-10-2021 12:19 AM
Hi Mikael,
There is no public API on the ZoneDirector platform.
Kind regards
Martin
03-10-2021 04:02 AM
Hello Martin,
Again thank you for your reply,
Actually, I am running SZ version 3.6.2 and the public API is a different one. Can you advise for this version to get a client details like below:
03-10-2021 05:36 AM
Hello Martin,
Thank you very much for your priceless support. It is my pleasure to get all this advice from you. You are truly a legend in this field.
Thank you again.
Regards,
Mikael Tamirie.
03-10-2021 04:10 AM
With 3.6.2 we have this:
{ "totalCount": 1, "hasMore": false, "firstIndex": 0, "list": [ { "mac": "3C:A9:F4:0C:85:B0", "ipAddress": "172.18.116.141", "ipv6Address": "2001:b030:2516:1a0::5d6e", "hostName": "SDC-Randall-PC", "osType": "Windows 7/Vista", "user": "", "status": "AUTHORIZED", "radioId": "0", "radioMode": null, "channel": "11", "wlanId": "1", "ssid": "client-test", "snr": "46", "rssi": "-49", "rxByteRate": 52, "txByteRate": 39, "rxAvgByteRate": 50, "txAvgByteRate": 30, "fromClientBytes": 240863, "toClientBytes": 642897, "fromClientPkts": 2247, "toClientPkts": 7678, "connectedSince": 2600, "vlan": "1", "toClientDroppedPkts": 108 } ] }
via the
/v6_1/aps/{apMac}/operational/client
Use this API command to retrieve the client list per AP.
string
(optional)
The index of the first entry to be retrieved. Default: 0
string
(optional)
The maximum number of entries to be retrieved. Default: 100
200
In newer releases, it was improved.
regards
Martin
03-10-2021 04:33 AM
Hello Martin,
Thank you for this. I tested the client per AP and get the correct result. Now one more question is can I get all client lists that are online not per a single AP? I am trying here to develop software for location-based tracking and I need to extract the client details generally to make the algorithm efficient. Another thing is this option added on the newer version? If you have some advice, it is appreciated.
.
03-10-2021 04:36 AM
03-10-2021 05:33 AM
Hi Mikael,
In the newer versions 5.x this is improved.
I would suggest you to use a more recent version for you product testing.
regards
Martin
03-10-2021 05:36 AM
Hello Martin,
Thank you very much for your priceless support. It is my pleasure to get all this advice from you. You are truly a legend in this field.
Thank you again.
Regards,
Mikael Tamirie.