Get Importable Transport Zones
Get all importable transport zones that are configured on a vCenter backed by a NSX-V manager. Transport zones that are already associated with a network pool are filtered out. Only "_context" filter is supported and "_context" filter key must be set with the id of the vCenter which we want to get the transport zones for.
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/cloudapi/1.0.0/nsxVResources/importableTransportZones
                            COPY
                    Query Parameters
                                    
            
            
                                    string
                
                
            
        
        
                filter            
                            Optional
                    Filter for a query. FIQL format.
Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        NsxVTransportZones                    
                
                of type(s)
                
                    application/json;version=36.2                
            
        
        {
    "values": [
        {
            "id": "string",
            "name": "string"
        }
    ]
}