Hi,
I use this kind of GET request to retrive all "routed" org network:
http://<vcloud_hostname>/api/query?type=adminOrgNetwork&filter=isLinked==true
It seems that the QueryAdminOrgNetworkField lacks the expected ISLINKED attribute.
Also, it's a pity that this GET request retrieves AdminOrgNetworkRecord without an attribute containing the <RouterInfo><ExternalIp></> that you get by requesting individually GET https://<vcloud_hostname>/api/network/<id>.
In order to get all routed org network public edge IP, you've to iterate over all of them. The same for requesting all AllowedExternalIpAddresses allocated to org network routed.
One can think that this is the role of the query api type called adminAllocatedExternalAddress but it's surprisingly not the case, as you don't have the public ip addresses in the payload, but instead, the private IP addresses (sic).