System Administration > Configuration > Fabric > Compute Collections

List the Physical Network Interface for all discovered nodes

Returns list of physical network interfaces for all discovered nodes in
compute 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-interfaces

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ComputeCollectionNetworkInterfacesListResult+

Example Response:

{ "result_count": 1, "results": [ { "discovered_node_id": "06ffbcc9-3c2d-4a23-88e6-abcf450f972f:host-21", "network_interfaces": [ { "physical_address": "02:00:45:81:31:c2" "interface_id": "vmnic0", "connected_switch": "vSwitch0" }, { "physical_address": "02:00:45:b1:cf:e8" "interface_id": "vmnic1", "connected_switch": "nsxvswitch" } ] } ] }

Required Permissions:

read

Feature:

compute_managers_inventory

Additional Errors: