Unable to perform query" error on the UIallocatedIpAddresses API does not get called for the problematic Org VDC Network in the Browser Developer Tools Network taballocatedIpAddresses API to list the IP Usage manuallyVMware Cloud Director 10.6.1
This issue is caused when filtering the IPv4 link even though IPv6 link does not exist
This issue is resolved in VMware Cloud Director 10.6.1.1 as documented in the release notes.
Download VMware Cloud Director 10.6.1.1 from this page.
Workaround:
As a workaround to retrieve the IP Usage data perform a GET request against the allocatedIpAddresses API to list the IP Usage/Allocation for the affected Org VDC Network.
CURL Example:
curl -k -X GET "https://cloud.example.com/cloudapi/1.0.0/orgVdcNetworks/urn:vcloud:network:<network-uuid>/allocatedIpAddresses" -H "Authorization: Bearer <bearer_token>" -H "Accept:application/json;version=39.1"