Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 nodejs 开发一个 Web 应用程序来管理我的 VMWare ESXi 主机。
我应该从哪里开始?我已经看到 Java、C# 和 Perl API 可用,但是如何使用 javascript(nodejs)?
提前致谢。
您可以使用 VMware Web 服务 SDK 并使用 SOAP 与您的 vSphere 环境进行交互。SDK 中有一个可用的 WSDL,您可以使用node-soap之类的东西来使用它。