NSX-T Data Center REST API
Create or Update evpn configuration
Create a evpn configuration if it is not already present,otherwise update the evpn configuration.
Request:
Method:
PATCH
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:
PATCH 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:
n/a
Response Body:
n/a