GET /networks/{networkId}/wireless/clients/{clientId}/latencyHistory

meraki.com

Summary: Return the latency history for a client
Operation ID: getNetworkWirelessClientLatencyHistory
Auth: unknown
Description

Return the latency history for a client. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP. The latency data is from a sample of 2% of packets and is grouped into 4 traffic categories: background, best effort, video, voice. Within these categories the sampled packet counters are bucketed by latency in milliseconds.

Parameters (6)

clientId (string, path, required)
networkId (string, path, required)
resolution (integer, query, optional)

The time resolution in seconds for returned data. The valid resolutions are: 86400. The default is 86400.

t0 (string, query, optional)

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

t1 (string, query, optional)

The end of the timespan for the data. t1 can be a maximum of 791 days after t0.

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 791 days. The default is 1 day.

No probe data for this endpoint yet.