NSX-T Data Center REST API
Create a Bridge Endpoint Profile
Creates a Bridge Endpoint Profile. Profile contains edge cluster id,indexes of the member nodes, fialover mode and high availability mode
for a Bridge EndPoint
Request:
Method:
POST
URI Path(s):
/api/v1/bridge-endpoint-profiles
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
BridgeEndpointProfile+
Example Request:
POST https://<nsx-mgr>/api/v1/bridge-endpoint-profiles { "display_name":"bep1", "description":"Bridge Endpoint Profile 1", "edge_cluster_id" : "07419c2e-3d0e-48af-b1d1-380ffb6f5943", "edge_cluster_member_indexes" : [0, 1], "failover_mode" : "PREEMPTIVE" }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
BridgeEndpointProfile+