Navigation Menu

Skip to content

hooklift/govsphere

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages