List of all failed client connection events on this network in a given time range
GET {{baseUrl}}/networks/:networkId/wireless/failedConnections
List of all failed client connection events on this network in a given time range
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 | |
serial | string | Filter by AP | |
clientId | string | Filter by client MAC |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"ssidNumber":0,"vlan":-1,"clientMac":"00:61:71:c8:51:27","serial":"Q2JC-2MJM-FHRD","failureStep":"auth","type":"802.1X auth fail","ts":"2018-02-11T00:00:00.090210Z"},{"ssidNumber":0,"vlan":-1,"clientMac":"00:61:71:c8:51:27","nodeId":"Q2FJ-3SHB-Y2K2","failureStep":"auth","type":"802.1X auth fail","ts":"2018-02-11T00:00:00.090210Z"},{"ssidNumber":0,"vlan":-1,"clientMac":"00:61:71:c8:51:27","nodeId":"Q2FJ-3SHB-Y2K2","failureStep":"auth","type":"802.1X auth fail","ts":"2018-02-11T00:00:00.090210Z"},{"ssidNumber":0,"vlan":-1,"clientMac":"00:61:71:c8:51:27","nodeId":"Q2FJ-3SHB-Y2K2","failureStep":"auth","type":"802.1X auth fail","ts":"2018-02-11T00:00:00.090210Z"},{"ssidNumber":0,"vlan":-1,"clientMac":"1c:4d:70:7f:5e:5e","nodeId":"Q2FJ-3SHB-Y2K2","failureStep":"assoc","type":"802.1X auth fail","ts":"2018-02-11T00:00:00.090210Z"},{"ssidNumber":0,"vlan":-1,"clientMac":"1c:4d:70:81:8d:0a","nodeId":"Q2FJ-3SHB-Y2K2","failureStep":"auth","type":"802.1X auth fail","ts":"2018-02-11T00:00:00.090210Z"}]