Skip to content

smallsam/pyunimus

Repository files navigation

Python wrapper for Unimus API

Python interface to the Unimus API. Useful to pull device information, retrieving configs and triggering config backups.

  • Free software: MIT license

Features

  • 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()

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

python wrapper for the unimus api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published