02-04-2022 01:17 PM
Is there published or unpublished API for Unleashed?
I'm looking for the MACs from cli command "show current-active-clients all".
Solved! Go to Solution.
02-08-2022 12:53 PM
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.
02-07-2022 05:19 PM
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
02-07-2022 11:10 PM
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.
02-08-2022 12:53 PM
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.
02-09-2022 09:38 PM
Thanks!
I added a pull request which re-works the login steps so ZoneDirector 10.x is also supported.