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:
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:
02-06-2023 10:52 AM
Hello bruno_andrade,
Great. I didn't know the query API returned different data.
It would be nice to see other interface negotiated ethernet rate, but this will work. Fantastic!
Thank you very much!
09-05-2023 08:41 AM - edited 09-05-2023 08:54 AM
EDIT: Disregard, I found that my API interface was not using v11_0, but v9_1, which is not compatible.
For some reason this poePortStatus field does not get returned for me. All/most other fields are returned, no filtering present. Does this require specific hardware or other conditions?