Skip to content
forked from vmware/govmomi

Go library for the VMware vSphere API

License

Notifications You must be signed in to change notification settings

jrmercier1/govmomi

This branch is 1548 commits behind vmware/govmomi:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 30, 2020
Sep 7, 2019
Sep 17, 2020
Aug 28, 2020
Aug 22, 2020
Nov 1, 2020
Apr 15, 2020
Aug 28, 2020
Sep 27, 2017
May 29, 2020
May 21, 2020
Mar 1, 2019
Nov 1, 2020
Sep 13, 2019
Aug 28, 2020
Dec 17, 2019
Jun 9, 2020
Aug 21, 2019
May 8, 2020
Nov 1, 2020
Aug 22, 2020
Mar 11, 2020
Sep 6, 2020
Aug 29, 2019
Feb 18, 2019
Feb 12, 2020
Feb 18, 2019
Oct 19, 2020
Sep 9, 2020
Feb 15, 2019
Oct 3, 2020
Oct 9, 2020
Feb 10, 2019
Sep 14, 2020
Jul 26, 2020
Feb 7, 2019
Jun 21, 2019
Jun 12, 2020
Jun 12, 2020
Jun 12, 2020
Feb 26, 2020
Jun 12, 2020
Jun 21, 2019
Jun 21, 2019
Sep 1, 2018
Mar 21, 2018
Apr 2, 2015
Jan 14, 2020
Jun 22, 2020
Apr 6, 2018
Feb 19, 2019
Nov 14, 2019
Feb 15, 2019
Apr 7, 2019

Repository files navigation

Build Status Go Report Card

govmomi

A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter).

In addition to the vSphere API client, this repository includes:

  • govc - vSphere CLI

  • vcsim - vSphere API mock framework

  • toolbox - VM guest tools framework

Compatibility

This library is built for and tested against ESXi and vCenter 6.5, 6.7 and 7.0.

It may work with versions 5.1, 5.5 and 6.0, but neither are officially supported.

Documentation

The APIs exposed by this library very closely follow the API described in the VMware vSphere API Reference Documentation. Refer to this document to become familiar with the upstream API.

The code in the govmomi 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. See godoc.org for documentation.

Installation

go get -u github.com/vmware/govmomi

Discussion

Contributors and users are encouraged to collaborate using GitHub issues and/or Slack. Access to Slack requires a VMware {code} membership.

Status

Changes to the API are subject to semantic versioning.

Refer to the CHANGELOG for version to version changes.

Projects using govmomi

Related projects

License

govmomi is available under the Apache 2 license.

Name

Pronounced "go-v-mom-ie"

Follows pyvmomi and rbvmomi: language prefix + the vSphere acronym "VM Object Management Infrastructure".

About

Go library for the VMware vSphere API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.4%
  • Shell 2.5%
  • Other 1.1%