Adding upstream version 1.4.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dc7df702ea
commit
7996c81031
166 changed files with 13787 additions and 11959 deletions
22
docs/snippets/anta_get_fromcvp_help.txt
Normal file
22
docs/snippets/anta_get_fromcvp_help.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
$ 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.
|
Loading…
Add table
Add a link
Reference in a new issue