Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 675 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 675 Bytes

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.