Products
Platform
General
Public groups
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 🙂
Have you checked the documentation?
https://developer.cisco.com/meraki/api-v1/get-device-wireless-latency-stats/
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.
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/byDeviceAny 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.