Get IP Prefix Suggestions
DescriptionSuggests IP Prefixes to use for network definitions. “orgVdcId”/“vdcGroupId” and “networkType” filters are required.
Based on the specified Org VDC ID/vDC Group ID and network type, VCD will query all the applicable IP Spaces and suggest some IP prefixes which can
be utilized for creation of network definition. IP Space IP prefixes which are are allocated but not currently used for any network definitions
are considered.
Allowed values for networkType filter are ISOLATED and ROUTED. If the networkType is ROUTED, “gatewayId” filter must be specified.
For ROUTED networks, VCD will query all the IP Spaces associated with the Edge Gateway. For ISOLATED networks, VCD will query all the
available private IP Spaces.
Results can also be filtered by IPV4 or IPV6 IP address types.
Filter examples:(filter=orgVdcId==URN;networkType==ROUTED;gatewayId==URN)
,
(filter=vdcGroupId==URN;networkType==ISOLATED)
,
(filter=orgVdcId==URN;networkType==ROUTED;gatewayId==URN;ipType==IPV4)
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-multisite: true