Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi I'm trying to extract the current bandwidth of a given MS port.For this I'm using the API call: https://api.meraki.com/api/v1/devices/{MSserialNumber}/switch/ports/statuses?timespan=86400 On the UI I get:On the API output I get following JSON for ...
Hi Oren,Thanks for pointing out, I kind of missed that. It's somewhat confusing as the dashboard URI timespan is similar as the API but showing different values:https://n170.meraki.com/Org/n/key/manage/nodes/new_list/number/ports/18?timespan=86400but...
I'm using the same API but I get conflicting Traffic reporting between UI and API.On the UI I have while on the JSON output I get: "usageInKb": { "total": 1051718192, "sent": 329072260, "recv": 722645932 ...