.. include:: /main/.special.rst Find Using NOT ############################################### .. include:: /main/deprecation_banner.rst This does the following: * Get devices by hostname that do NOT match a value. * This command builds a query for you, example: ``not (specific_data.data.hostname == "WIN-76F9735PMOJ"))`` .. code:: shell $ axonshell devices get-by-hostname \ --value "WIN-76F9735PMOJ" \ --value-not \ --export-file device.json \ --export-overwrite .. raw:: html .. include:: notes.rst