NSX-T Data Center REST API
Return the List of Virtual Network Interfaces (VIFs)
Returns information about all VIFs. A virtual network interface aggregatesnetwork interfaces into a logical interface unit that is indistinuishable
from a physical network interface.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/fabric/vifs
                  
              
            Request Headers:
                n/a
            Query Parameters:
    VifListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/fabric/vifsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    VirtualNetworkInterfaceListResult+
  