Request: Organisation-level Network Events Endpoint

david_n_m_bond
Building a reputation

Request: Organisation-level Network Events Endpoint

We are currently round-robining 2400 networks for a customer, querying ALL network events (not just the bad ones).  We would like to significantly reduce the load that we put on the API.

Please could we have a call (e.g.):

 

  • /organisation/{organisationId}/events

... that returns the equivalent of the following, but for all networks:

 

  • /networks/{networkId}/events
Author, https://www.nuget.org/packages/Meraki.Api/
5 REPLIES 5
sungod
Head in the Cloud

If you are querying repeatedly in order to get the latest events, especially critical ones, then rather than using the API it might be worth using webhooks instead.

 

david_n_m_bond
Building a reputation

Nice idea, but we need all events, not just the bad ones.

Author, https://www.nuget.org/packages/Meraki.Api/
RaphaelL
Kind of a big deal
Kind of a big deal

Aren't all event logs sent to a syslog server ? Or is there some categories that are only available via API / Dashboard ?

sungod
Head in the Cloud

Certainly most go to syslog, though the chart on the linked page suggests not quite everything that the API can get, for instance "Proactive alerts for critical events".

 

https://documentation.meraki.com/General_Administration/Monitoring_and_Reporting/Meraki_Device_Repor...

 

david_n_m_bond
Building a reputation

Thanks @RaphaelL, but we need to reliably receive all events without missing any, so must poll for them ("pull") rather than receiving syslog events ("push").

Author, https://www.nuget.org/packages/Meraki.Api/
Get notified when there are additional replies to this discussion.