/nsx-tier-viewer

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

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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")