Provides the inverse functionality of any filter rule.
Example Requests
Description | Endpoint |
---|---|
Find all Events in the given Stream where the value of element title does not match [cC]lojure : | curl `https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>` -d 'filter="NOT elems.title =~ /[cC]lojure/"' |
Find all Streams where the value of the description member does not match [cC]lojure : | curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/stream' -d 'filter=NOT description =~ "/[cC]lojure/"' |