3.2.1.2.1. No filters, json and json-full exportsΒΆ
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.
$ # export as STR (the default) to STDOUT
$ axonshell adapters get
$ # export as JSON to a file
$ axonshell adapters get --export-format json > adapters.json
$ # export as JSON-FULL to a file to show additional details
$ axonshell adapters get --export-format json-full > adapters.json