https://github.com/vmware/go-vmware-nsxt
golang library for NSX-T REST API
https://github.com/vmware/go-vmware-nsxt
Last synced: 7 months ago
JSON representation
golang library for NSX-T REST API
- Host: GitHub
- URL: https://github.com/vmware/go-vmware-nsxt
- Owner: vmware
- License: other
- Created: 2017-10-17T19:30:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T01:27:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T07:08:55.198Z (11 months ago)
- Language: Go
- Size: 448 KB
- Stars: 55
- Watchers: 20
- Forks: 29
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Support: supportbundle/container_cluster_node.go
Awesome Lists containing this project
README
# go-vmware-nsxt
## Overview
A Go library for [Vmware NSX-T](https://docs.vmware.com/en/VMware-NSX-T/index.html) REST APIs.
The library covers communication with NSX Manager, NSX Policy and NSX Upgrader.
Most codebase was generated by [swagger-codegen](https://github.com/swagger-api/swagger-codegen) based on NSX-T 2.0 release.
## Try it out
### Prerequisites
* make sure Go is installed and [GOPATH](https://golang.org/doc/code.html) 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](https://github.com/terraform-providers/terraform-provider-nsxt).
A good starting point would be looking at code [initializing the provider](https://github.com/terraform-providers/terraform-provider-nsxt/blob/master/nsxt/provider.go#L225).
## 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](https://cla.vmware.com/dco). 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](CONTRIBUTING.md).
## License
go-vmware-nsxt is available under BSD-2 license.