NSX-T Data Center REST API
Fetch Discovered VIF State on given TransportNode
For the given TransportNode, fetch all the VIF info from VC andreturn the corresponding state. Only host switch configured for
security will be considered.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes/<host-transport-node-id>/discovered-vifs
                  
              
            Request Headers:
                n/a
            Query Parameters:
    DiscoveredVifListParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/policy/api/v1/infra/sites/Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    DiscoveredVifStateListResult+
  