Skip to content

Example of calling VMware's vSphere REST API using NodeJS

Notifications You must be signed in to change notification settings

strefethen/vsphere-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vSphere-Node

Illustrates calling the vSphere REST API via nodejs

Install and Run

First update the host/username/password for your VC:

let host = "https://sc2-rdops-vm06-dhcp-195-173";
let username = '[email protected]';
let password = 'Admin!23';

Then use the following:

$ git clone https://github.com/strefethen/vsphere-node.git
$ npm install
$ npm run start

About

Example of calling VMware's vSphere REST API using NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published