NSX-T Data Center REST API
Listing of VIFs on the NSX Manager
This API lists VIFs from the specified NSX Manager.This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/vifs
                  
              
            Request Headers:
                n/a
            Query Parameters:
    VifsOnEPListRequestParams+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/realized-state/enforcement-points/default/vifsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    VirtualNetworkInterfaceListResult+
  