3.2.4.3.1. With No Query¶
Warning
This API is deprecated.
Axonius API v2 is now available, we recommend you move to API v2.
New features will no longer be added to this API. Axonius will only provide bug fixes.
This does the following:
Since no query supplied, this will return ALL device assets.
This will get device assets and limit to a maximum return of 4.
$ axonshell devices get --max-rows 4
3.2.4.3.1.1. Notes¶
Note
This example works the same for both the devices get and users get commands.
Note
When using CSV export, if a cells length goes beyond 32,000 characters it will
be trimmed to 30,000 and the following text will be added at the end of the cell:
...TRIMMED - 500 items over max cell length 30000
Note
If –query-file is supplied, it will override –query if that is also supplied.
See also
Shell Quoting Rules for how to deal with quoting the –query value in various shells.