NSX-T Data Center REST API
Get all L2VPN sessions (Deprecated)
Get paginated list of all L2VPN sessions Deprecated:Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/vpn/l2vpn/sessions
                  
              
            Request Headers:
                n/a
            Query Parameters:
    L2VpnSessionListParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/vpn/l2vpn/servicesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    L2VpnSessionListResult+
  