Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.51 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.51 KB

go-vmware-nsxt

Overview

A Go library for Vmware NSX-T REST APIs. The library covers communication with NSX Manager, NSX Policy and NSX Upgrader.

Most codebase was generated by swagger-codegen based on NSX-T 2.0 release.

Try it out

Prerequisites

  • make sure Go is installed and GOPATH is set correctly

Build & Run

  1. go get -u github.com/vmware/go-vmware-nsxt
  2. go build

Documentation

Usage example

Please refer to terraform provider nsxt.

A good starting point would be looking at code initializing the provider.

Releases & Major Branches

Limitations

Some APIs where request or response structure rely on resource_type attribute offer limited support.

Contributing

The go-vmware-nsxt project team welcomes contributions from the community. Before you start working with go-vmware-nsxt, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.

License

go-vmware-nsxt is available under BSD-2 license.