go-vmware-nsxt
go-vmware-nsxt copied to clipboard
golang library for NSX-T REST API
### Is your feature request related to a problem? Please describe. I'm running NSX 3.1.2 in GCP and noticing some missing info on at least one struct. The [`NodeStatusProperties` struct](https://github.com/vmware/go-vmware-nsxt/blob/master/manager/node_status_properties.go)...
### Describe the bug Hi Team, We are from HPE and we have a requirement to automate the configuration of NSXT using Terraform. We are using this provider, https://registry.terraform.io/providers/vmware/nsxt/latest which...
https://github.com/vmware/go-vmware-nsxt/blob/23201aae9cc3060919898b18f37de99da5f4f667/api_client.go#L392 `request.URL` can contain any characters, it is not safe to put it in the log.
It seems that the project for now only supports connection with one manager (https://github.com/vmware/go-vmware-nsxt/blob/master/configuration.go#L36). In the case of connection with multiple managers, we would want to connect to different MPs...
We are developing ansible script automation of NSXT 3.0 , few scripts went success without any issues… in below script which we developed for T-1 Gateway policy mode. Issue :-...
Are you support NSX-T 2.5?
Note one API change: `ReadAsnycApplianceManagementTaskResponse -> ReadAsyncApplianceManagementTaskResponse` (`Asnyc` to `Async`)
### Is your feature request related to a problem? Please describe. Not tested yet ### Describe the solution you'd like I would like to work via CLI as with GOVC,...