NSX-T Data Center REST API
Create or Update evpn configuration
Create or update evpn configuration.Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/tier-0s/<tier-0-id>/evpn
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    EvpnConfig+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/tier-0s/test/evpn { "encapsulation_method": { "vni_pool_path": "/infra/vni-pools/pool2" } }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    EvpnConfig+