NSX-T Data Center REST API
Reset the statistics of the given VPN session (Deprecated)
Resets the statistics of the given VPN session.Since source of data is enforcement point, data is
reset there.
This API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/
sessions/<session-id>/statistics instead.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics
                  
              
            Request Headers:
                n/a
            Query Parameters:
    PolicyStatisticsResetParameters+
  Request Body:
    n/a
  Example Request:
POST https://<policy-mgr>/policy/api/v1/infra/tier-0s/ext_net/locale-services/default/ipsec-vpn-services/default/sessions/rbs-1/statistics?action=resetSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  