Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago

GET {{baseUrl}}/organizations/:organizationId/devices/uplinksLossAndLatency

Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago

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 5 minutes after t0. The latest possible time that t1 can be is 2 minutes into the past.
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 5 minutes. The default is 5 minutes.
uplinkstringOptional filter for a specific WAN uplink. Valid uplinks are wan1, wan2, cellular. Default will return all uplinks.
ipstringOptional filter for a specific destination IP. Default will return all destination IPs.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"networkId":"N_12345","serial":"Q2AB-CDEF-GHIJ","uplink":"wan1","ip":"8.8.8.8","timeSeries":[{"ts":"2019-01-31T18:46:13Z","lossPercent":5.3,"latencyMs":194.9}]}]