NSX-T Data Center REST API
Get L2VPN session statistics under Tier-0
- no enforcement point path specified: statistics are evaluated on each enforcement point.- an enforcement point path is specified: statistics are evaluated only on the given
enforcement point.
- source=realtime: statistics are fetched realtime from the enforcement point.
- source=cached: cached statistics from the enforcement point are returned.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>/statistics
                  
              
            Request Headers:
                n/a
            Query Parameters:
    PolicyRuntimeRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/tier-0s/ext_net/l2vpn-services/default/sessions/stretched-pa-site/statisticsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    AggregateL2VPNSessionStatistics+
  