Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles

Update a Bridge Endpoint Profile

Modifies a existing bridge endpoint profile.

Request:

Method:
PUT
URI Path(s):
/api/v1/bridge-endpoint-profiles/<bridgeendpointprofile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
BridgeEndpointProfile+

Example Request:

PUT https://<nsx-mgr>/api/v1/bridge-endpoint-profiles/3502cf40-630b-4ff6-864e-2af8acde2efd { "display_name":"bep1-updated", "description":"Updated Bridge Endpoint Profile 1", "edge_cluster_id" : "07419c2e-3d0e-48af-b1d1-380ffb6f5943", "failover_mode" : "PREEMPTIVE", "_revision" : 0 }

Successful Response:

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

Example Response:

{ "id" : "3502cf40-630b-4ff6-864e-2af8acde2efd", "display_name" : "bep1-updated", "description" : "Updated Bridge Endpoint Profile 1", "resource_type" : "BridgeEndpoint", "edge_cluster_id" : "07419c2e-3d0e-48af-b1d1-380ffb6f5943", "edge_cluster_member_indexes" : [0, 1], "failover_mode" : "PREEMPTIVE", "_last_modified_time" : 1442859802286, "_create_time" : 1442859704276, "_system_owned" : false, "_create_user" : "admin", "_last_modified_user" : "admin", "_revision" : 1 }

Required Permissions:

crud

Feature:

nodes_bridges

Additional Errors: