3.2.4.3.1. With No Query

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.