WahlNetwork / nsx-tier-viewer

Provides a quick, simple visual representation of a VMware NSX environment

Home Page:https://wahlnetwork.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSX Tier Viewer


Note: This project has ended and will remain here in an Archived state for future reference. Thank you to all of the contributors and users who went on this journey with us!


Welcome to the NSX Tier Viewer project! The goal of this code is to provide a quick, simple visual representation of an NSX environment.

Prerequisites:

  • A target NSX Manager VM
  • Ruby installed on the local system
  • A web browser

How To Use This Tool:

  • Edit the NSX Manager VM $url, $port, $user, and $pass in 'credentials.rb'
$url='0.0.0.0'
$port='443'
$user='admin'
$pass='password'
  • Run 'script.rb' and then open 'index.html' (Windows users can just run 'runme.bat' instead)
  • 'index.html' should display the NSX topology

Example script.rb generated Topology

![nsx-tier-viewer] (nsx-tier-viewer.png "Generated By NSX Tier Viewer")

About

Provides a quick, simple visual representation of a VMware NSX environment

https://wahlnetwork.com

License:Apache License 2.0


Languages

Language:JavaScript 87.1%Language:Ruby 9.3%Language:HTML 2.3%Language:CSS 1.2%Language:Batchfile 0.1%