Register compute manager(vCenter) with NSX-T Manager. Note : To use this class add below jars in the build path libraries/dependencies. - spring-web-4.0.6.RELEASE.jar - spring-core-4.0.6.RELEASE.jar - ...
NSX-T Data Center Java NSX-T Data Center REST API |
Related Documentation
Name | Size |
---|---|
NSX-T Data Center CLI Reference | 911.9 KB |
Swagger/Open API specification download | |
Related Sample Code
- Register Compute Manager vCenter With NSX-T
- NSX-T JAVA Rest API to connect to NSX Manager and get basic informationIn this class (NSXTManagerRestAPI.java) , - It will connect to NSX-T manager - Method to get the Logical Switches information - Method to get the Cluster Configurations. Note : To use this class add ...NSX-T Data Center Java