cancel
Showing results for 
Search instead for 
Did you mean: 

To check If Zone Director has Ruckus Public API

mikael_tamirie_
New Contributor II

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?

3 ACCEPTED SOLUTIONS

martin_martin
Valued Contributor

Hi Mikael,

There is no  public API on the ZoneDirector platform.

Kind regards

Martin

View solution in original post

mikael_tamirie_
New Contributor II

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:

Image_ images_messages_6048b56a728af87c953e2200_a19e891d58e20920b3ac6be0d3d0aca2_ClientDetails-2d2f28ab-c786-4164-8759-02c5788785e1-544954226.PNG

View solution in original post

mikael_tamirie_
New Contributor II

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.

View solution in original post

9 REPLIES 9

martin_martin
Valued Contributor

Hi Mikael,

There is no  public API on the ZoneDirector platform.

Kind regards

Martin

Hello Martin,

Thank you for your advice. I will forward to look only at the SZ series and vSCG one.

Another thing I wanted to do is using the MIB browser, I need to get the SNMP data of the client MAC address and other details. Normally, I have come to know that I can not get such data from the WLC via SNMP due to some scalability issue as confirmed by the Ruckus technical support. Normally, we can get some details from cisco WLC. So, what the ruckus technical support advised me is to use public API. But I can not get an exact Get or Post request to get all the client details like client MAC Address and Client IP Address. I am not able to get the result using postman software as well. Actually, I am able to get results on a browser for some GET requests. Can you advise If any of this thing is familiar to you?

Regards,

Mikael Tamirie

Hi Mikael,

What version of vSZ are you running? and are you using the Essentials or the High scale one. After that we can see what API options are available.

As example on the high scale 5.2.2 you have this query output you can get when requesting client mac info.

{
  "totalCount": 2,
  "hasMore": false,
  "firstIndex": 0,
  "list": [
    {
      "apMac": "58:B6:33:37:D4:E0",
      "apName": "R710_Box_Up_Pink",
      "hostname": "Nolan_DELL_Laptop",
      "status": "AUTHORIZED",
      "authStatus": "AUTHORIZED",
      "alerts": null,
      "osType": "Windows 7/Vista",
      "deviceType": "Laptop",
      "osVendorType": "Windows",
      "modelName": "Windows 7/Vista",
      "ipAddress": "10.11.0.86",
      "ipv6Address": "2001:b030:2516:164:7074:3f14:f0d9:c939",
      "clientMac": "00:24:D7:89:36:A0",
      "ssid": "NolanWPATest",
      "txBytes": 2099158501,
      "rxBytes": 73731395,
      "txRxBytes": 2172889896,
      "uplink": 73731395,
      "downlink": 2099158501,
      "traffic": 2172889896,
      "uplinkRate": 131194,
      "downlinkRate": 3735157,
      "rssi": -47,
      "snr": 58,
      "radioType": "11a/n/ac",
      "vlan": 1,
      "channel": 36,
      "userName": null,
      "authMethod": "Standard+Open",
      "encryptionMethod": "WPA2-AES",
      "controlPlaneName": "node232",
      "dataPlaneName": null,
      "rxFrames": 952977,
      "txFrames": 1729632,
      "txDropDataFrames": 4,
      "sessionStartTime": 1487400391000,
      "speedflex": 0,
      "wlanType": "0",
      "zoneId": "d6ad32aa-c400-4005-b9c2-1d5b90e44139",
      "zoneVersion": "3.5.0.99.1132"
    },

Regards

Martin

mikael_tamirie_
New Contributor II

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:

Image_ images_messages_6048b56a728af87c953e2200_a19e891d58e20920b3ac6be0d3d0aca2_ClientDetails-2d2f28ab-c786-4164-8759-02c5788785e1-544954226.PNG