3.2.20. adapters cnx test¶
This command will trigger a test (aka fetch) for a connection of an adapter on a node.
3.2.20.1. Common Options¶
Connection Options for examples of supplying the Axonius credentials and URL.
Export Options for examples of exporting data in different formats and outputs.
Rows Option for examples of working with input feeds.
3.2.20.2. Examples¶
3.2.20.3. Help Page¶
3.2.20.3.1. axonshell adapters cnx test¶
Test reachability for an adapter from prompts or arguments.
axonshell adapters cnx test [OPTIONS]
Options
-
-u
,
--url
<URL>
¶ Required URL of an Axonius instance
-
-k
,
--key
<KEY>
¶ Required API Key of user in an Axonius instance
-
-s
,
--secret
<SECRET>
¶ Required API Secret of user in an Axonius instance
-
-nn
,
--node-name
<adapter_node>
¶ Node name (will default to core instance if not supplied)
-
-n
,
--name
<adapter_name>
¶ Required Adapter name
-
-po
,
--prompt-optional
,
-npo
,
--no-prompt-optional
¶
Prompt for optional items that are not supplied.
- Default
True
-
-pd
,
--prompt-default
,
-npd
,
--no-prompt-default
¶
Prompt for items that have a default.
- Default
True
-
-c
,
--config
<config>
¶ Configuration keys in the form of key=value (multiples)