I'm trying to use the Down Interfaces resource as a way to show which CircuitIDs are down because I have most interface descriptions configured with the CID. However when I try to apply a filter to remove Ethernet interfaces and nodes which are up but their interfaces are unknown, I receive the message 'Custom SQL filter is incorrectly formatted.'
My query is: InterfaceTypeDescription NOT Like '*Ethernet*' And Status != 'Unknown'
If I leave just the InterfaceTypeDescription and take off the Status part, it works fine. Something is wrong with my Status query. Any ideas?