NSX-T Data Center REST API
Reset firewall rule statistics (Deprecated)
Sets firewall rule statistics counter to zero. This operation is supportedfor given category, for example: L3DFW i.e. for all layer3 firewall
(transport nodes only) rules or L3EDGE i.e. for all layer3 edge firewall
(edge nodes only) rules or L3BRIDGEPORT i.e. for all layer3 bridge port firewall
(bridge ports only) rules.
Deprecated:
Use the following Policy API -
POST /policy/api/v1/infra/settings/firewall/stats?action=reset
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/firewall/stats?action=reset
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ResetStatsParameters+
  Request Body:
    n/a
  Example Request:
POST https://<nsx-mgr>/api/v1/firewall/stats?action=reset&category=L3DFWSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  