I ran the ping ID of the odd sites pings manually through the meraki api dashboard and sure enough, the api is not returning the data 😛 all im getting is { "pingId": "111111111111111111111111", "url": "/devices/1111-1111-1111/liveTools/ping/111111111111111111111111", "request": { "serial": "1111-1111-1111", "target": "000.000.000.000", "count": "3" }, "status": "complete", "results": { "sent": 3, "received": 3, "loss": { "percentage": 0 } } } If the status is complete and the pings were successful, why is there no latency data?
... View more