NSX-T Data Center REST API
Create or Update evpn tunnel endpoint configuration
Create a evpn tunnel endpoint config if the tunnel-endpoint-id is not already present,otherwise update the tunnel endpoint configuration.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-services-id>/evpn-tunnel-endpoints/<tunnel-endpoint-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    EvpnTunnelEndpointConfig+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/tier-0s/test/locale-services/default/evpn-tunnel-endpoints/t1 { "edge_path": "/infra/vni-pools/pool2", "local_addresses": ["1.1.1.1"], "mtu": 65 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  