Hi guys,

i'm currently trying to create a Custom Report Template which shows only flapping devices. So i need all devices, which are between 0% Uptime and 100% Uptime. I found in your documentation, Using multiple filter_xyz fields performs a logical OR, but i need a logical AND, so i don't see the Devices with 100% uptime and 0% uptime.

Is there a way to do this?


Article Comments

Hi SKrug,

Yes, the API always performs logical ORs with those filters. Only thing I can think of would be to use a single filter that displays values below 100, e.g. filter_xyz_@below(value). Sure, you also get the ones with 0%, but hopefully it shouldn't be that many devices :)

Kind regards.


Feb, 2016 - Permalink