NSX-T Data Center REST API
Reset IDS/IPS rule statistics
Sets IDS/IPS rule statistics counter to zero.- no enforcement point path specified: Reset of stats will be executed for
each enforcement point.
- {enforcement_point_path}: Reset of stats will be executed only for the given
enforcement point.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/settings/firewall/security/intrusion-services/stats?action=reset
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ResetIdsStatsRequestParameters+
  Request Body:
    n/a
  Example Request:
POST https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/intrusion-services/stats?action=reset&category=IDPSDFWSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  