Python interface to the Unimus API. Useful to pull device information, retrieving configs and triggering config backups.
- Free software: MIT license
- List devices
- Trigger backup
- Get most recent backed up config (latest_backup)
- Get config from device (i.e. trigger backup and then download config)
Usage
import pyunimus logging.info("Connecting to Unimus...") u = pyunimus.Unimus(UNIMUS_HOST, UNIMUS_TOKEN) devices = u.devices()
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.