https://github.com/vmware-samples/nsx-t
Sample code for NSX-T APIs
https://github.com/vmware-samples/nsx-t
Last synced: 12 months ago
JSON representation
Sample code for NSX-T APIs
- Host: GitHub
- URL: https://github.com/vmware-samples/nsx-t
- Owner: vmware-samples
- License: other
- Created: 2018-01-29T17:57:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T23:56:44.000Z (about 2 years ago)
- Last Synced: 2025-04-11T02:13:22.820Z (12 months ago)
- Language: Python
- Size: 3.29 MB
- Stars: 67
- Watchers: 11
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nsx-t Samples
## Overview
This repository contains code examples for NSX-T. There are
vRA, Ansible, Policy API, Terraform, PowerCLI,
Java and Python samples.
## Try it out
### Prerequisites
* To run the Java samples, you will need the NSX-T Java SDK and
runtime support, available at the VMware{code} website. See
the README.md in the java directory for complete instructions.
* To run the Python samples, you will need the NSX-T Python SDK and
runtime support, available at the VMware{code} website. See
the README.md in the python directory for complete instructions.
### Build & Run
Follow the steps in the java/README.md or python/README.md files.
## Releases & Major Branches
The API samples have been tested with NSX-T version 2.3. As new
releases of NSX-T become available, additional samples will be
developed and a new git tag will be created indicating the NSX-T
release associated with the samples. You can use
"git checkout tag-name" to pull an older release of the samples
if you need to.
## Contributing
The nsx-t project team welcomes contributions from the community. Before you start working with nsx-t, 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).