deleteHitCount

The deleteHitCount operation handles configuration related to HitCount model. 

Description

This API call is not allowed on the standby unit in an HA pair.

Path Parameters

Parameter Required Type Description
parentId True string

Query Parameters

Parameter Required Type Description
filter False string The criteria used to filter the models you are requesting. It should have the following format: {key}{operator}{value}[;{key}{operator}{value}]. Supported operators are: "!"(not equals), ":"(equals), "~"(similar). Supported keys are: "ids", "fetchZeroHitCount".

Example

- name: Execute 'deleteHitCount' operation
  ftd_configuration:
    operation: "deleteHitCount"
    path_params:
        parentId: "{{ parent_id }}"
    query_params:
        filter: "{{ filter }}"