3.3.3. adapters cnx¶
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 is a sub-command group under adapters that has commands for getting, adding, deleting, checking (test reachability), and discovering (triggering a fetch) of connections.
3.3.3.1. Commands¶
adapters cnx add to add a connection for an adapter.
adapters cnx add-from-json to add multiple connections from JSON.
adapters cnx get to get connections for an adapter
adapters cnx get-by-id to get connections for an adapter by ID
adapters cnx get to test a connection for an adapter
adapters cnx get-by-id to test a connection for an adapter
3.3.3.2. Help Page¶
3.3.3.2.1. axonshell adapters cnx¶
Group: Work with adapter connections.
axonshell adapters cnx [OPTIONS] COMMAND [ARGS]...
Commands
- add
Add a connection from prompts or arguments.
- add-from-json
Add a connection from a JSON file.
- add-multiple-from-json
Add multiple connections from a JSON file.
- delete-by-id
Delete a connection by ID.
- get
Get connections.
- get-by-id
Get a connection by ID.
- set-active
Activate/deactivate a connection.
- set-label
Set the label for a connection.
- test
Test reachability for an adapter from…
- test-by-id
Test reachability for an existing…
- update-by-id
Update a connection from arguments.
- update-by-id-from-json
Update a connection from a JSON file.