Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device.

GET {{baseUrl}}/devices/:serial/lossAndLatencyHistory

Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device.

Request Params

KeyDatatypeRequiredDescription
t0stringThe beginning of the timespan for the data. The maximum lookback period is 365 days from today.
t1stringThe end of the timespan for the data. t1 can be a maximum of 31 days after t0.
timespanstringThe timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
resolutionstringThe time resolution in seconds for returned data. The valid resolutions are: 60, 600, 3600, 86400. The default is 60.
uplinkstringThe WAN uplink used to obtain the requested stats. Valid uplinks are wan1, wan2, cellular. The default is wan1.
ipstring(Required) The destination IP used to obtain the requested stats. This is required.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"startTime":"2018-10-09T22:18:27Z","endTime":"2018-10-09T22:19:27Z","lossPercent":5.23,"latencyMs":324.12,"goodput":1493},{"startTime":"2018-10-09T22:19:27Z","endTime":"2018-10-09T22:20:27Z","lossPercent":1,"latencyMs":43,"goodput":2567},{"startTime":"2018-10-09T22:20:27Z","endTime":"2018-10-09T22:21:27Z","lossPercent":0.01,"latencyMs":44.02,"goodput":7899}]