Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 874 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 874 Bytes

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