cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2139
Views
4
Helpful
2
Replies

API call to pull Event logs

tjh188
Community Member

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

2 Replies 2

ww^
Meraki Community All-Star
Meraki Community All-Star

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

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

sungod
Level 11
Level 11

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-never-returns/m-p/182558