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

31 REPLIES 31

Thank you!  This appears to work.

I did have an initial failure on the test because of an old signed certificate, but after I restored the default Unleashed certificate, then added the CA everything appears to be functional.

Adding a CA is a one-time operation, so it's not something I bothered automating.

But I can test the Ruckus side of your script if you send it to me in a private message.