VMware Cloud Director 10.6.1.1
This is a known limitation in current versions of VCD. During data export operations, the VCD UI executes a client-side pagination loop against the backend API. Upon receiving the initial response payload, the UI evaluates the total-page-count metadata and sequentially dispatches asynchronous API calls to retrieve all subsequent pages (e.g., issuing 99 additional requests for a 100-page dataset). When exporting excessively large datasets, this continuous polling mechanism saturates client-side browser resources and network queues, ultimately resulting in a UI freeze or session unresponsiveness.
To retrieve the logs use the API. VCD's native API Explorer or any third party API client can be used for this purpose.
GET /2.0.0/edgeGateways/{gatewayId}/firewall/logsgatewayId field enter the Edge ID. This ID can be found by clicking the on the Edge in the VCD UI, then examine the Address URL bar on the Web Browser.urn:vcloud:gateway:##########-####-####-####-############filter' textbox to limit time ranges. timestamp=gt=2026-06-08T00:00:00.000Z,timestamp=lt=2026-06-09T00:00:00.000ZGET /1.0.0/vdcGroupsvdcGroupId of the vdcGroup.vdcGroupId identified in step 3.GET /1.0.0/vdcGroups/{vdcGroupId}/dfwPoliciesGET: /1.0.0/vdcGroups/{vdcGroupId}/dfwPolicies/{policyId}/logsvdcGroupId field enter the vdcGroupId identified in step 3.Example: urn:vcloud:vdcGroup:##########-####-####-####-############policyId field enter the ID identified in step 5.timestamp=gt=2026-06-08T00:00:00.000Z,timestamp=lt=2026-06-09T00:00:00.000Z