- Notifications
You must be signed in to change notification settings - Fork0
Go library for the VMware vSphere API
License
naveenholla/govmomi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
lol
A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter).
In addition to the vSphere API client, this repository includes:
This library is built for and tested against ESXi and vCenter 6.0 and 6.5.
It should work with versions 5.5 and 5.1, but neither are officially supported.
The APIs exposed by this library very closely follow the API described in theVMware vSphere API Reference Documentation.Refer to this document to become familiar with the upstream API.
The code in thegovmomi
package is a wrapper for the code that is generated from the vSphere API description.It primarily provides convenience functions for working with the vSphere API.Seegodoc.org for documentation.
go get -u github.com/vmware/govmomi
Contributors and users are encouraged to collaborate using GitHub issues and/orSlack.Access to Slack requires aVMware {code} membership.
Changes to the API are subject tosemantic versioning.
Refer to theCHANGELOG for version to version changes.
govmomi is available under theApache 2 license.
About
Go library for the VMware vSphere API
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- Go95.4%
- Shell2.8%
- Emacs Lisp1.3%
- Other0.5%