NSX-T Data Center REST API
List the Node's Network Interfaces
Returns the number of interfaces on the node appliance and detailedinformation about each interface. Interface information includes MTU,
broadcast and host IP addresses, link and admin status, MAC address, network
mask, and the IP configuration method (static or DHCP).
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/cluster/<cluster-node-id>/node/network/interfaces
                  
/api/v1/transport-nodes/<transport-node-id>/node/network/interfaces
/api/v1/node/network/interfaces
              
            /api/v1/transport-nodes/<transport-node-id>/node/network/interfaces
/api/v1/node/network/interfaces
Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/node/network/interfacesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    NodeNetworkInterfacePropertiesListResult+
  