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 "_context" filter key must be set with the id of the NSX-T manager which we want to get the transport zones for.

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=36.3
{
    "values": [
        {
            "id": "string",
            "name": "string"
        }
    ]
}
values
Optional

values