GET /organizations/{organizationId}/uplinksLossAndLatency

meraki.com

Summary: Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago
Operation ID: getOrganizationUplinksLossAndLatency
Auth: unknown
Description

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

Parameters (6)

ip (string, query, optional)

Optional filter for a specific destination IP. Default will return all destination IPs.

organizationId (string, path, required)
t0 (string, query, optional)

The beginning of the timespan for the data. The maximum lookback period is 60 days from today.

t1 (string, query, optional)

The 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.

timespan (number, query, optional)

The 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.

uplink (string, query, optional)

Optional filter for a specific WAN uplink. Valid uplinks are wan1, wan2, cellular. Default will return all uplinks.

Constraints: {'enum': ['cellular', 'wan1', 'wan2']}

No probe data for this endpoint yet.