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

kkti4216/govmomi

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

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2022
Jun 15, 2022
Feb 14, 2022
Nov 6, 2021
Oct 13, 2021
May 31, 2022
Oct 15, 2021
May 24, 2022
Jun 2, 2022
Oct 1, 2021
Jun 1, 2022
Sep 2, 2021
Jun 15, 2022
Sep 27, 2017
May 29, 2020
May 23, 2021
Mar 27, 2021
May 6, 2022
Feb 10, 2021
Oct 13, 2021
Jun 2, 2022
Oct 15, 2021
Mar 21, 2021
Jul 9, 2021
Jun 16, 2022
May 24, 2021
Feb 5, 2022
Apr 21, 2021
Feb 4, 2022
May 31, 2022
Feb 18, 2019
Feb 10, 2022
Feb 18, 2019
May 31, 2022
Apr 27, 2022
Oct 15, 2021
Jun 15, 2022
Feb 10, 2019
May 16, 2022
Jun 2, 2022
Mar 31, 2021
Apr 28, 2021
May 23, 2021
May 21, 2021
Oct 14, 2021
Apr 27, 2022
Apr 27, 2022
Oct 14, 2021
Mar 25, 2022
May 11, 2022
Apr 2, 2015
Oct 31, 2021
Apr 27, 2022
Jun 15, 2022
Apr 6, 2018
Feb 19, 2019
Apr 25, 2022
Apr 25, 2022
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).

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

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

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.5%
  • Shell 2.4%
  • Other 1.1%