NSX-T Data Center REST API
List the specified transport node's network interfaces
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).
Request:
Method:
GET
URI Path(s):
/api/v1/transport-nodes/{transport-node-id}/network/interfaces
Request Headers:
n/a
Query Parameters:
NetworkInterfaceRequestParameters+
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeInterfacePropertiesListResult+