List The Events For The Network

GET {{baseUrl}}/networks/:networkId/events

List the events for the network

Request Params

KeyDatatypeRequiredDescription
productTypestringThe product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and environmental
includedEventTypes[]stringA list of event types. The returned events will be filtered to only include events with these types.
excludedEventTypes[]stringA list of event types. The returned events will be filtered to exclude events with these types.
deviceMacstringThe MAC address of the Meraki device which the list of events will be filtered with
deviceSerialstringThe serial of the Meraki device which the list of events will be filtered with
deviceNamestringThe name of the Meraki device which the list of events will be filtered with
clientIpstringThe IP of the client which the list of events will be filtered with. Only supported for track-by-IP networks.
clientMacstringThe MAC address of the client which the list of events will be filtered with. Only supported for track-by-MAC networks.
clientNamestringThe name, or partial name, of the client which the list of events will be filtered with
smDeviceMacstringThe MAC address of the Systems Manager device which the list of events will be filtered with
smDeviceNamestringThe name of the Systems Manager device which the list of events will be filtered with
perPagestringThe number of entries per page returned. Acceptable range is 3 - 1000. Default is 10.
startingAfterstringA token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
endingBeforestringA token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

{"message":null,"pageStartAt":"2018-02-11T00:00:00.090210Z","pageEndAt":"2018-02-11T00:00:00.090210Z","events":[{"occurredAt":"2018-02-11T00:00:00.090210Z","networkId":"N_24329156","type":"association","description":"802.11 association","clientId":"k74272e","clientDescription":"Miles's phone","deviceSerial":"Q234-ABCD-5678","deviceName":"My AP","ssidNumber":1,"ssidName":"My SSID","eventData":{"radio":"1","vap":"1","client_mac":"22:33:44:55:66:77","client_ip":"1.2.3.4","channel":"36","rssi":"12","aid":"2104009183"}}]}