VIX APICommunity | Technical Papers | Knowledge Base | Download The VIX API allows you to write programs and scripts that automate virtual machine operations, as well as the guests within virtual machines. This API is high-level, easy to use, and practical for both script writers and application programmers. It runs on either Windows or Linux and supports management of VMware Workstation, VMware Server, and VMware vSphere including ESX/ESXi and vCenter Server. Bindings are provided for C, Perl, and COM (Visual Basic, VBscript, C#). VIX API 1.8.1Released 10 Nov 2009. This is the standalone VIX release that runs with Workstation 7 and Player 3. This release also bundles earlier VIX libraries, including the libraries delivered for vSphere 4 and Workstation 6.x.
Documentation Resources:
The VIX 1.8.1 Release Notes with information about Workstation 7 and Player 3. Other Resources: Download the VIX API. Sample Code: powerOn.c –
Shows how to open a virtual machine, power it on, and power it off. VIX API 1.7Released 26 Aug 2009. Superseded VIX 1.6.2, released 3 Dec 2008. Documentation Resources:
The VIX 1.7 Release Notes for ESX/ESXi and VMware vSphere 4. Other Resources: Download the VIX API. VIX API 1.6Released 29 Oct 2008 and 21 Nov 2008. Documentation Resources:
The VIX 1.6.0 Release Notes for VMware Server 2.0. The VIX API 1.6 Reference includes an introduction to VIX programming. Using vmrun to Control Virtual Machines about the vmrun utility. Other Resources: Download the VIX API. VIX API 1.1.5Released 28 Aug 2008 | Build 109488 Documentation Resources: The 1.1.5 Release Notes for VMware Workstation 6.0.5. Other Resources: Download the VIX API. Sample Code: powerOn.c –
A simple program that powers on and off a virtual machine. |