NSX-T Data Center REST API
Get status summary of all existing L2VPN sessions. (Deprecated)
Load all the existing L2VPN sessions and return the status summary of all L2VPN sessions. Query parameter source supports only cached mode. Deprecated:The information is already displayed on UI.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/vpn/l2vpn/sessions/summary
                  
              
            Request Headers:
                n/a
            Query Parameters:
    DataSourceParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/vpn/l2vpn/sessions/summary?source=cachedSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    L2VPNSessionSummary+
  