NSX-T Data Center REST API

Get Information about a bridge endpoint (Deprecated)

Returns information about a specified bridge endpoint. Deprecated: Start using Edge Bridge Profiles and attach to the segment to configure bridging on the segment.

Request:

Method:
GET
URI Path(s):
/api/v1/bridge-endpoints/{bridgeendpoint-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "id" : "3502cf40-630b-4ff6-864e-2af8acde2efd", "display_name" : "be1-updated", "description" : "Updated Bridge Endpoint 1", "resource_type" : "BridgeEndpoint", "bridge_cluster_id" : "07419c2e-3d0e-48af-b1d1-380ffb6f5943", "ha_enable" : false, "vlan" : 1, "_last_modified_time" : 1442859802286, "_create_time" : 1442859704276, "_system_owned" : false, "_create_user" : "admin", "_last_modified_user" : "admin", "_revision" : 1 }

Required Permissions:

read

Feature:

nodes_bridges

Additional Errors: