/Misc_D42_Python_Scripts

Miscellaneous python scripts that interact with device42 APIs

Primary LanguagePythonMIT LicenseMIT

Device42 is a comprehensive data center infrastructure management software.

This repository hosts miscellaneous python scripts to interact with device42 APIs.

Script Provided


  • create_switchport_report_from_apis.py : Creates a CSV report for all switchports with 3 columns: Switch name, port name and devices
  • clone_device.py : Create cloned devices based on an existing device

Requirement


  • python 2.7.x

Usage


Follow the instructions in individual scripts. Instructions have been added as comments in the scripts provided.