Description
Adds an Access Control List (ACL) to a view.
Parameters
Name | Description |
---|---|
configurationId |
Location: query Type: integer (int64) The object ID of the configuration on which ACL need to be added. |
name |
Location: query Type: string The name of the ACL. |
properties |
Location: query Type: string 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.
|
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new ACL object. |