NSX-T Data Center REST API
Update a Bridge Endpoint (Deprecated)
Modifies a existing bridge endpoint.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:
PUT
URI Path(s):
/api/v1/bridge-endpoints/{bridgeendpoint-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
BridgeEndpoint+
Example Request:
{ "display_name":"be1-updated", "description":"Updated Bridge Endpoint 1", "vlan":1, "bridge_cluster_id":"07419c2e-3d0e-48af-b1d1-380ffb6f5943", "_revision" : 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
BridgeEndpoint+