The aclFilter filter is used to retrieve and update Access Control Lists (ACL). For more information, refer to the Retrieving ACL, Adding to ACL, and Removing From ACL sections. This filter is used in the get_acl, add_to_acl, remove_from_acl operations. Data type: aclFilter (dns_input.xsd). The graphical representation of the filter node is as follows:

image 34766

  • The host node is required. It specifies the IP address of a host. Data type: string.

You can match multiple hosts using this filter as in the following example:

<filter>
   <host>192.168.1.1</host>
   <host>192.168.7.5</host>
</filter>