deletePrefilterRule

The deletePrefilterRule operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/policy/prefilterpolicies/{containerUUID}/prefilterrules/{objectId} path. 

Description

Retrieves, deletes, creates, or modifies the prefilter rule associated with the specified policy ID and rule ID. If no ID is specified, retrieves list of all prefilter rules associated with the specified policy ID. Check the response section for applicable examples (if any).

Path Parameters

Parameter Required Type Description
objectId True string Unique identifier of a prefilter rule.
containerUUID True string The container id under which this specific resource is contained.
domainUUID True string Domain UUID

Example

- name: Execute 'deletePrefilterRule' operation
  cisco.fmcansible.fmc_configuration:
    operation: "deletePrefilterRule"
    path_params:
        objectId: "{{ object_id }}"
        containerUUID: "{{ container_uuid }}"
        domainUUID: "{{ domain_uuid }}"