RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
10-26-2025 11:42 PM - edited 10-26-2025 11:44 PM
I’ve been working on retrieving information from a Ruckus controller using the REST API on my VPS.
Here’s what I did:
I selected the username that belongs to the super-admin group.
I successfully obtained the login cookies using this username and password (I confirmed I can log in via the controller web UI).
Using these cookies, I can successfully access the /domains endpoint.
However, when I try to access the /aps endpoint, I receive the following error:
{"message":"Permission denied (Access is denied)","errorCode":211,"errorType":"Lack of admin privilege"}Does anyone know why this happens and how to resolve it?
Solved! Go to Solution.
10-31-2025 12:59 PM
Since you got no feedback from Ruckus employees here...
I'm guessing that maybe your group isn't permissioned to the very top-level System domain?
My experience has been that /aps doesn't work unless your group permissions are on the top-level System domain.
I use /query/ap instead. In addition to working for non-System-admins, it returns much more comprehensive AP info.
10-31-2025 12:59 PM
Since you got no feedback from Ruckus employees here...
I'm guessing that maybe your group isn't permissioned to the very top-level System domain?
My experience has been that /aps doesn't work unless your group permissions are on the top-level System domain.
I use /query/ap instead. In addition to working for non-System-admins, it returns much more comprehensive AP info.
11-01-2025 11:56 AM
Thank you — your suggestion was excellent. Could you assist me with one item: please provide the API endpoint(s) (or relevant documentation links) to obtain venue data, 802.11 cause codes for disconnected access points, and client data.
