NSX-T Data Center REST API
Update a Bridge Endpoint Profile (Deprecated)
Modifies a existing bridge endpoint profile.Deprecated: This api is now deprecated. Please use a policy based api
/infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/edge-bridge-profiles
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:
{ "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+