Adds an Access Control List to a view.
Output / Response
Returns the object ID for the new ACL object.
API Call:
long addACL( long configurationId, String
name, String properties )
Parameter | Description |
---|---|
configurationId | The object ID of the configuration on which ACL need to be added. |
name | The name of the ACL. |
properties | A string containing the comma-separated list of options in the
following
format:aclValues=IP4Address, IP6Address, IP4Network’s CIDR, IP6Network’s CIDR, ACL’s name, TSIG key’s name, Predefined BIND ACL valueswhere:
Note: Use an exclamation mark (!) to exclude a certain option. For
example, !none, !acl aclName, !10/ 24, etc.
|