System Administration > Configuration > Fabric > Nodes > Transport Nodes

Fetch Discovered VIF State on given TransportNode

For the given TransportNode, fetch all the VIF info from VC and
return the corresponding state. Only host switch configured for
security will be considered.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes/<host-transport-node-id>/discovered-vifs
Request Headers:
n/a
Query Parameters:
DiscoveredVifListParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/policy/api/v1/infra/sites//enforcement-points//host-transport-nodes/8538f119-ba45-4fb1-9cf1-ee849e4cf168/discovered-vifs

Successful Response:

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

Example Response:

{ "results": [ { "id": "1895707572", "segment_port_path": "/infra/segments/780d20f8-f5b6-4a67-a0dc-5340e8b54065:dvportgroup-15/ports/default:6593a728-55af-4b82-9801-2e4b34b078e9", "segment_path": "/infra/segments/780d20f8-f5b6-4a67-a0dc-5340e8b54065:dvportgroup-15", "state": "ATTACHMENT_SUCCESS" } ] }

Required Permissions:

read

Feature:

nodes_transport_nodes

Additional Errors: