-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
- [ x] I am using the latest SDK version
- [x ] This API is compatible with my vCenter version (You can get this info from the API documentation )
- [x ] I have searched existing issues
Description
I am not able to list or get the firewall rules with my NSX-T VMC which is running 1.5 Patch 01
nsxApiClient = VmcNsxClients.custom()
.setBaseUrl(vmcUrl)
.setAuthorizationUrl(cspUrl)
.setRefreshToken()
.setOrganizationId(orgId)
.setSddcId(sddcId)
.build();
CommunicationMaps communicationMaps = nsxApiClient.createStub(CommunicationMaps.class);
CommunicationMapListResult mapListResult = ((CommunicationMaps) communicationMaps).list("mgw", null, null, 1000L, false, null);
Have the new apis been tested against the latest VMC version? If you could some sample code on how to create a firewall rule on a NSX-T VMC, that would be helpful.
Environment
- SDK version:
- Java version:
- vSphere version:
Steps or code snippet to reproduce
Actual behavior
Expected behavior
Metadata
Metadata
Assignees
Labels
No labels