Skip to content

bruceadowns/govmomi

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

Folders and files

NameName
Last commit message
Last commit date
Nov 22, 2022
Dec 15, 2023
Dec 18, 2023
Sep 22, 2023
Mar 17, 2023
May 31, 2022
Feb 8, 2023
Sep 22, 2023
Nov 21, 2023
Sep 28, 2023
Mar 17, 2023
Sep 2, 2021
Sep 25, 2023
Sep 27, 2017
Feb 8, 2023
Jul 26, 2023
Jan 18, 2023
Nov 3, 2023
Oct 2, 2023
Dec 11, 2023
Jun 2, 2022
Mar 17, 2023
Sep 27, 2023
Sep 28, 2023
Dec 8, 2023
Sep 22, 2023
Jul 26, 2023
Apr 21, 2021
Sep 28, 2023
Mar 17, 2023
Feb 18, 2019
Sep 28, 2023
Feb 18, 2019
Dec 11, 2023
Sep 27, 2023
Oct 11, 2023
Oct 24, 2023
Feb 10, 2019
Mar 17, 2023
Sep 25, 2023
Mar 31, 2021
Sep 29, 2022
Dec 15, 2022
Jul 21, 2023
Oct 14, 2021
Dec 12, 2022
Dec 15, 2022
Apr 3, 2023
Mar 25, 2022
May 11, 2022
Apr 2, 2015
Aug 7, 2023
Jul 5, 2023
Dec 15, 2022
Jan 9, 2023
Mar 17, 2023
Feb 19, 2019
Dec 13, 2023
Dec 13, 2023
Oct 1, 2021

Repository files navigation

Build Tests Go Report Card Latest Release Go Reference go.mod Go version

govmomi

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

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 supports vCenter Server and ESXi versions following the VMware Product Lifecycle Matrix.

Product versions that are end of support may work, but are not officially supported.

Documentation

The APIs exposed by this library closely follow the API described in the VMware vSphere API Reference Documentation. Refer to the documentation 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

govmomi (Package)

go get -u github.com/vmware/govmomi

Binaries and Docker Images for govc and vcsim

Installation instructions, released binaries, and Docker images are documented in the respective README files of govc and vcsim.

Discussion

The project encourages the community to collaborate using GitHub issues, GitHub discussions, and Slack.

Note Access to Slack requires a free VMware {code} developer program membership.

Status

Changes to the API are subject to semantic versioning.

Refer to the CHANGELOG for version to version changes.

Notable 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 97.0%
  • Shell 2.1%
  • Other 0.9%