Get Importable Transport Zones

Get Importable Transport Zones

Get all importable overlay transport zones that are configured on an NSX-T manager. Transport zones that are already associated with a network pool are filtered out. The "networkProviderId" filter key must be set with the id of the NSX-T manager which we want to get the transport zones for. Use of "_context" filter has been deprecated as of API version 38.0. Please use supported filters.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/nsxTResources/importableTransportZones
COPY
Query Parameters
string
filter
Optional

Filter for a query. FIQL format.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NsxVTransportZones of type(s) application/json;version=39.0
{
    "values": [
        {
            "id": "string",
            "name": "string",
            "type": {}
        }
    ]
}
values
Optional

values