3.4.3. Rows Option¶
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.
Any command that has a “-r / –rows” option expects it’s input to be from another commands output.
3.4.3.1. Showing sources¶
You can view the commands that can supply input to a command with a “-r / –rows” option by using the “-ss / –show-sources” option.
3.4.3.2. Piped input¶
If “-r / –rows” is supplied as “-” (the default) the input is expected to be piped in from STDIN.
3.4.3.3. File input¶
If “-r / –rows” is anything other than “-”, it must be the path to a JSON file containing the output of one of the source commands.