3.2.19.2.1. All adapters: all connectionsΒΆ
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:
Get all of the adapters.
Get all of the connections for all of the adapters.
$ axonshell adapters get | \
axonshell adapters cnx get > cnxs.json
$ # count the number of connections
$ cat cnxs.json | jq '. | length'