Get Tier0 Router Interfaces

Get Tier0 Router Interfaces

For an External Network/Provider Gateway that is backed by a Tier-0 Router, this endpoint can return a list of all interfaces associated with that Tier-0 Router. The required filter parameter is:

  • externalNetworkId - | The filter externalNetworkId is the external network that presents a Provider Gateway backed by a Tier-0 Router. Example: (externalNetworkId==urn:vcloud:network:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/nsxTResources/tier0RouterInterfaces
COPY
Query Parameters
string
filter
Optional

Filter for a query. FIQL format.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Tier0RouterInterfaces of type(s) application/json;version=38.1
{
    "values": [
        {
            "id": "string",
            "displayName": "string",
            "description": "string",
            "interfaceType": "string"
        }
    ]
}
values
Optional

values