NSX-T Data Center REST API
Create a Bridge Endpoint (Deprecated)
Creates a Bridge Endpoint. It describes the physical attributes of thebridge like vlan. A logical port can be attached to a vif providing
bridging functionality from the logical overlay network to the physical
vlan network.
Deprecated: Starting from NSXt 3.2.0, it is recommended to configure bridge endpoints using policy-based Segment APIs. This standalone API has been deprecated as of 3.2.0. Segment API for ref /policy/api/v1/infra/segments/
Request:
Method:
POST
URI Path(s):
/api/v1/bridge-endpoints
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
BridgeEndpoint+
Example Request:
{ "display_name":"be1", "description":"Bridge Endpoint 1", "vlan":1, "bridge_cluster_id":"07419c2e-3d0e-48af-b1d1-380ffb6f5943" }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
BridgeEndpoint+