cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3865
Views
1
Helpful
6
Replies

API call for AP Neighbors/RF Spectrum

strz
Level 1
Level 1

Dear community,

which API call do I have to use to get the packet loss numbers shown in the picture (2.4 and 5 GHz)?

Thank you 🙂

image.png

6 Replies 6

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Have you checked the documentation?

https://developer.cisco.com/meraki/api-v1/get-device-wireless-latency-stats/

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

You shared the API call for latency.

I was looking for packet loss and I think i found it:
https://developer.cisco.com/meraki/api-v1/get-organization-wireless-devices-packet-loss-by-device/

Apparently it is not the same as in the dashboard. For example I can not filter by band. So I am still looking for the right API call.

Jamiegprice15
Level 4
Level 4

Seeing this, I thought this would be a very interesting stat to gather. I have this error:

Error fetching wireless packet loss stats: 404 Client Error: Not Found for url: https://api.meraki.com/api/v1/organizations/netnumberhere/wireless/devices/packetLoss/byDevice

Any idea why this is not working? Thanks!

It looks like you are referencing netnumberhere (networkId?) in the URI but the call takes the organizationId for this endpoint. That is likely the issue if I'm reading that right.

Thank you, I will look this over.