Device42 is a comprehensive data center infrastructure management software.
This repository hosts miscellaneous python scripts to interact with device42 APIs.
- 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
- python 2.7.x
Follow the instructions in individual scripts. Instructions have been added as comments in the scripts provided.