NSX-T Data Center REST API
Get L2VPN session remote mac for logical switch (Deprecated)
Get L2VPN session remote mac for logical switch. Deprecated:Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>/remote-mac
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>/remote-mac
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/vpn/l2vpn/sessions/<session-id>/remote-mac
                  
              
            Request Headers:
                n/a
            Query Parameters:
    LogicalSwitchParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/vpn/l2vpn/sessions/f962173f-ac03-4d08-8366-56a41779f61d/remote-mac?logical_switch_id=f962173f-ac03-4d08-8366-56a41779f61dSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    L2VPNSessionRemoteMacs+
  