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.):
... that returns the equivalent of the following, but for all networks:
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.
Nice idea, but we need all events, not just the bad ones.
Aren't all event logs sent to a syslog server ? Or is there some categories that are only available via API / Dashboard ?
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".
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").