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.
01-09-2023 11:09 AM
Hello,
We have thousands of Ruckus APs and are looking to automate, as manual management is becoming too burdensome. We are looking to check AP LAN Phy negotiated rate and take action if it is not 1 gigabit.
From https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Way-to-list-APs-by-ethernet-... it appears it was possible to get Lan Phy rate in previous versions of SmartZone REST API. However in our version, 6.1.0.0.935, this data is not available.
Is there another REST endpoint Phy rate moved to? Am I overlooking something?
In current version, GET /aps/{macaddr} returns the following. ['portInfo']['phyLink'] is not present
Thanks!!
Solved! Go to Solution.
01-16-2023 09:38 AM
Hello, you can use the API QUERY APS: POST /v11_1/query/ap
It will return the port speed in "poePortStatus"
Using postman:
