Get All VDC Networks
DescriptionGet all Org vDC networks. If “ownerRef” property is not specified in the filter, then user
must have the rights to view all the vDCs within an organization in order to see all the networks in the organization.
Results can be filtered by ownerRef or combination of ownerRef and _context. (_context==includeAccessible)
can be used to get all the networks which are available to an Org vDC. In order to return only those networks which
are eligible as an uplink to a vApp network, add an additional filter, (vAppUplinkEligible==true)
. This
filter must be used in conjunction with either the “orgVdc.id” filter, or the “ownerRef.id” filter with a value
corresponding to an Org vDC.
Request
URLURL
Query Parameters
Query Parameters
Filter for a query. FIQL format.
Page to fetch, zero offset.
Results per page to fetch.
Field to use for ascending sort
Field to use for descending sort
Authentication
Response
Response BodyResponse Body
200 OK
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
Vendor Extensions
x-vcloud-default-sort:
default-sort-field: name
sort-ascending: true
x-vcloud-multisite: true