Skip to content

Project to visualize APIC configuration data using GoJS graph library

Notifications You must be signed in to change notification settings

gve-sw/APIC-Config-Visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APIC-Config-Visualizer

Project to visualize APIC configuration data using GoJS graph library.

Author:


Prerequisites

  • Python 3.X and its libraries mentioned in requirements.txt
  • PyCharm/Any text editor
  • Flask
  • Make sure you have a running TMS instance
  • Make sure the endpoints are registered in the TMS instance

Steps to Reproduce

  • Download/clone the repository
  • Import the code into a text editor suck as pycharm
  • Make sure all the dependencies are satisfied as mentioned in reuirements.txt
  • Open controller.py file and make necessary changes as mentioned in the comments
  • Import the virtual env(apic_python) into your development environment or you can setup your own with the necessary libraries
  • After necessary changes are made to the code as specified in the comments, execute/run main.py file on the editor or on the terminal and click on the URL (http://0.0.0.0:5001)
  • If running on terminal use the below commands
  • export FLASK_APP=main.py
  • flask run

API Reference/Documentation:

DISCLAIMER:

Please note: This script is meant for demo purposes only. All tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with their use. You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.

About

Project to visualize APIC configuration data using GoJS graph library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.9%
  • CSS 23.3%
  • HTML 13.5%
  • JavaScript 1.2%
  • Other 0.1%