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: