NSX-T Data Center REST API
List the Physical Network Interface for all discovered nodes
Returns list of physical network interfaces for all discovered nodes incompute collection. Interface information includes PNIC name, hostswitch
name it's attached to(if any) and MAC address.
Request:
Method:
GET
URI Path(s):
/api/v1/fabric/compute-collections/{cc-ext-id}/network/physical-interfaces
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/fabric/compute-collections/06ffbcc9-3c2d-4a23-88e6-abcf450f972f:domain-c8/network/physical-interfacesSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ComputeCollectionNetworkInterfacesListResult+