Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.05 KB

Go API for VMware vSphere (DEPRECATED)

Use official VMWARE library instead https://github.com/vmware/govmomi

GoDoc Build Status

Fully documented and friendly VMWare vSphere API for Go.

Versions supported

5.5 and previous versions

Prerequisite

Before attempting to use this API please take some time to familiarize yourself with VMware VI object model

CLI installation

go install

API code generation

$ govsphere generate

API definitions generation

The generation process is going to create a file called api.json, relative to the path from where the command is executed.

$ govsphere scrape

Example output:

API Documentation

http://godoc.org/github.com/hooklift/govsphere