NSX-T Data Center REST API
List the specified node's Network Interfaces (Deprecated)
Returns the number of interfaces on the node 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).
This api is deprecated. Please use Transport Node API
GET /transport-nodes/<transport-node-id>/network/interfaces
to list node network interfaces for the corresponding TN.
Request:
Method:
GET
URI Path(s):
/api/v1/fabric/nodes/<node-id>/network/interfaces
Request Headers:
n/a
Query Parameters:
NetworkInterfaceRequestParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/fabric/nodes/<node-id>/network/interfacesSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeInterfacePropertiesListResult+