23 lines
1 KiB
Text
23 lines
1 KiB
Text
|
$ anta get from-cvp --help
|
||
|
Usage: anta get from-cvp [OPTIONS]
|
||
|
|
||
|
Build ANTA inventory from CloudVision.
|
||
|
|
||
|
NOTE: Only username/password authentication is supported for on-premises
|
||
|
CloudVision instances. Token authentication for both on-premises and
|
||
|
CloudVision as a Service (CVaaS) is not supported.
|
||
|
|
||
|
Options:
|
||
|
-o, --output FILE Path to save inventory file [env var: ANTA_INVENTORY;
|
||
|
required]
|
||
|
--overwrite Do not prompt when overriding current inventory [env
|
||
|
var: ANTA_GET_FROM_CVP_OVERWRITE]
|
||
|
-host, --host TEXT CloudVision instance FQDN or IP [required]
|
||
|
-u, --username TEXT CloudVision username [required]
|
||
|
-p, --password TEXT CloudVision password [required]
|
||
|
-c, --container TEXT CloudVision container where devices are configured
|
||
|
--ignore-cert Ignore verifying the SSL certificate when connecting
|
||
|
to CloudVision [env var:
|
||
|
ANTA_GET_FROM_CVP_IGNORE_CERT]
|
||
|
--help Show this message and exit.
|