NSX-T Data Center REST API
Create or fully replace L2VPN session under Tier-0
Create or fully replace L2VPN session under Tier-0. API supportedonly when L2VPN Service is in Server Mode.
Revision is optional for creation and required for update.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
L2VPNSession+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/tier-0s/ext_net/l2vpn-services/default/sessions/stretched-pa-site { "description": "Stretched Palo Alto Site", "display_name": "stretched-pa-site", "enabled" : true, "transport_tunnels": [ "/infra/tier-0s/ext_net/ipsec-vpn-services/default/sessions/rbs-1" ], "_revision" : 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
L2VPNSession+