Get Floating Ip Suggestions
Suggests IP addresses to use for Edge Gateway Services. "gatewayId" filter is required. Based on the specified Edge Gateway, VCD will query all the applicable IP Spaces and suggest some IP addresses which can be utilized to configure the network services on the Edge Gateway. IP Space IP addresses which are are allocated but not currently used for any network services are considered. Results can also be filtered by IPV4 or IPV6 IP address types. Filter examples:(filter=gatewayId==URN)
, (filter=gatewayId==URN;ipType==IPV6)
Filter for a query. FIQL format.
Field to use for ascending sort
Field to use for descending sort
Page to fetch, zero offset.
Results per page to fetch.
OK
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"ipSpaceRef": {
"name": "string",
"id": "string"
},
"unusedValues": [
"string"
]
}
]
}