7 years ago
Get a list of alerts REST API
Hello all,
I am trying to get updates on alerts that span multiple days. So, our normal code will grab new alert data for today, let's say. However, we need to go back to old alerts and see...
Hi Sarah,
Unfortunately, I don't think that will work. We are looking at several thousand devices and a time-span starting at 04/01/2017. It would be much harder on your servers and take much longer if I went that route. I am starting at 4k alerts I am trying to update, but once I get an update for one that shows it as closed, I won't hit it again. So I would imagine the numbers would drop a lot after the first execution.
As for the ability to do an or operator, that would be really useful. If it would be even easier to implement, you could have a syntax that would be like an "IN" clause in ANSI SQL. That way you wouldn't have to parse operator precedence with "and" operators and "or" operators. Just a thought.
Thanks,
Eric