Skip to content

Can't list/add firewall rules on VMC 1.5 patch 01, NSX-T #39

@datvmc

Description

@datvmc
  • [ 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions