/CvpGetAllConfiglets

Script to pull all the configlets from a CVP server through the API

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CvpGetAllConfiglets.py

The purpose of this script is to pull all the configlets from a CVP server through the API.

Author

Jeremy Georges

Description

CvpGetAllConfiglets

The purpose of this script is to pull all the configlets from a CVP server through the API.

The script will query for all the configlets and will save them in the format of name.configlet

CLI Arguments

usage: CvpGetAllConfiglets.py [-h] -s SERVER -u USERNAME [-p PASSWORD]

Arguments for script

optional arguments:
  -h, --help            show this help message and exit
  -s SERVER, --server SERVER
                        CVP Server IP/HOST
  -u USERNAME, --username USERNAME
                        CVP Username
  -p PASSWORD, --password PASSWORD
                        password

License

BSD-3, See LICENSE file