سؤال

I want to develop a web application using nodejs which will manage my VMWare ESXi hosts.

Where should I start? I have seen Java, C# and Perl APIs are available, but how to go with javascript(nodejs)?

Thanks in advance.

هل كانت مفيدة؟

المحلول

You can use the VMware Web Services SDK and interact with your vSphere environment using SOAP. There is a WSDL available in the SDK, and you can use something like node-soap to work with it.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top