Get Ip Space Uplinks
Get all the IP Space Uplinks for a specified Provider Gateway.
Note that the filter parameter "externalNetworkRef.id" is required.
An External Network is used to reference the Provider Gateway since the External
Network is backed by a Provider Gateway.
Supports the optional filter "requireInterfaces", which will only return uplinks
with at least one interface. (requireInterfaces==true)
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": [
{
"id": "urn:vcloud:ipSpaceUplink:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"description": "string",
"externalNetworkRef": {
"name": "string",
"id": "string"
},
"ipSpaceRef": {
"name": "string",
"id": "string"
},
"ipSpaceType": "string",
"interfaces": [
{
"id": "string",
"name": "string",
"interfaceType": "string"
}
]
}
]
}