cancel
Showing results for 
Search instead for 
Did you mean: 

Unleashed API

ms
New Contributor II

Is there published or unpublished API for Unleashed?

I'm looking for the MACs from cli command "show current-active-clients all". 

1 ACCEPTED SOLUTION

mmMOLINARI
RUCKUS Team Member

Totally agree. I just created a new repo on GitHub and added the Unleashed postman collection: https://github.com/commscope-ruckus/RUCKUS-Unleashed

You start with the call to login using the unleashed credentials, then retrieve a CSRF token, and use it in the header for subsequent calls.

 

 

View solution in original post

19 REPLIES 19

mmMOLINARI
RUCKUS Team Member

Hi ms,

Yes, there is an unpublished API. It's not a standard REST API. It uses HTTP POST and GET, but the payload is XML/ajax. I have a postman collection and some documentation for Unleashed and Zone Director APIs. That's too much information to post here. Please send me your email, I will send you the collection and the doc.

Marcelo

This would be great to have on GitHub or somewhere similar (or maybe it is already)?

I captured the browser traffic to figure out the relevant posts and gets for updating certificates, but it'd be nicer to steal from your hard work next time. Especially code for the necessary session cookies & headers would've saved me a few hours of experimentation.

mmMOLINARI
RUCKUS Team Member

Totally agree. I just created a new repo on GitHub and added the Unleashed postman collection: https://github.com/commscope-ruckus/RUCKUS-Unleashed

You start with the call to login using the unleashed credentials, then retrieve a CSRF token, and use it in the header for subsequent calls.

 

 

Thanks!

I added a pull request which re-works the login steps so ZoneDirector 10.x is also supported.