Aggregated Connectivity Info For This Network Grouped By Clients

GET {{baseUrl}}/networks/:networkId/wireless/clients/connectionStats

Aggregated connectivity info for this network, grouped by clients

Request Params

KeyDatatypeRequiredDescription
t0stringThe beginning of the timespan for the data. The maximum lookback period is 180 days from today.
t1stringThe end of the timespan for the data. t1 can be a maximum of 7 days after t0.
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 7 days.
bandstringFilter results by band (either '2.4' or '5'). Note that data prior to February 2020 will not have band information.
ssidstringFilter results by SSID
vlanstringFilter results by VLAN
apTagstringFilter results by AP Tag

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"mac":"00:61:71:c8:51:27","connectionStats":{"assoc":0,"auth":4,"dhcp":0,"dns":0,"success":10}},{"mac":"1c:4d:70:7f:5e:5e","connectionStats":{"assoc":0,"auth":1,"dhcp":0,"dns":0,"success":24}},{"mac":"1c:4d:70:81:8d:0a","connectionStats":{"assoc":1,"auth":0,"dhcp":0,"dns":0,"success":16}}]