GET /networks/{networkId}/clients/{clientId}/latencyStats

meraki.com

Summary: Aggregated latency info for a given client on this network
Operation ID: getNetworkClientLatencyStats
Auth: unknown
Description

Aggregated latency info for a given client on this network. Clients are identified by their MAC.

Parameters (10)

apTag (string, query, optional)

Filter results by AP Tag

band (string, query, optional)

Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information.

Constraints: {'enum': ['2.4', '5']}

clientId (string, path, required)
fields (string, query, optional)

Partial selection: If present, this call will return only the selected fields of ["rawDistribution", "avg"]. All fields will be returned by default. Selected fields must be entered as a comma separated string.

networkId (string, path, required)
ssid (integer, query, optional)

Filter results by SSID

t0 (string, query, optional)

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

t1 (string, query, optional)

The end of the timespan for the data. t1 can be a maximum of 7 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 7 days.

vlan (integer, query, optional)

Filter results by VLAN

No probe data for this endpoint yet.