.. include:: /main/.special.rst With Query ############################################### .. include:: /main/deprecation_banner.rst This does the following: * Since a query is supplied, this will only return device assets that match the query. * Get device assets and include the generic field ``os.type``. .. code:: shell $ axonshell devices get \ --query '(specific_data.data.last_seen >= date("NOW - 3d")) and (specific_data.data.os.type == "Windows")' \ --field os.type --max-rows 4 .. raw:: html .. include:: notes.rst