Aggregated Latency Info For A Given Client On This Network
GET {{baseUrl}}/networks/:networkId/wireless/clients/:clientId/latencyStats
Aggregated latency info for a given client on this network. Clients are identified by their MAC.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
t0 | string | The beginning of the timespan for the data. The maximum lookback period is 180 days from today. | |
t1 | string | The end of the timespan for the data. t1 can be a maximum of 7 days after t0. | |
timespan | string | 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. | |
band | string | Filter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information. | |
ssid | string | Filter results by SSID | |
vlan | string | Filter results by VLAN | |
apTag | string | Filter results by AP Tag | |
fields | string | 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. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"mac":"00:61:71:c8:51:27","latencyStats":{"backgroundTraffic":{"rawDistribution":{"0":1234,"1":2345,"2":3456,"4":4567,"8":5678,"16":6789,"32":7890,"64":8901,"128":9012,"256":83,"512":1234,"1024":2345,"2048":9999},"avg":606.52},"bestEffortTraffic":"same shape as backgroundTraffic","videoTraffic":"same shape as backgroundTraffic","voiceTraffic":"same shape as backgroundTraffic"}}