API call to pull Event logs

tjh188
Here to help

API call to pull Event logs

What is the API to pull all of the event logs per network to include the blocked URL by category

 

 

2 Replies 2
ww
Kind of a big deal
Kind of a big deal

 

https://developer.cisco.com/meraki/api-latest/#!get-network-events

 

You would need to use the appliance (mx ) as producttype

sungod
Head in the Cloud

You can filter the events returned by the call, this is the list I use for getting block events...

 

nbar_block, cf_block, sf_url_block, sf_binary_block

 

Note that if you use the Python library there can be an issue if there are no events, see this thread for the workaround I use...

https://community.meraki.com/t5/Developers-APIs/Events-same-event-different-API-return-also-call-nev...

 

Get notified when there are additional replies to this discussion.