3.2.14.2.4. Multiple using NOT

This does the following:

  • Gets multiple saved queries that do NOT match a set of regular expression.

$ axonshell devices saved-query get-by-name \
  --value "[y-z]" \
  --value "[m-n]" \
  --value-regex \
  --value-not \
  --export-file saved_query.json \
  --export-overwrite

3.2.14.2.4.1. Notes

Note

This example works the same for both the devices saved-query get-by-name and users saved-query get-by-name commands.