POST /v1/addACL - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

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 values
where:
  • IP4Address —the IPv4 address.
  • IP6Address —the IPv6 address.
  • IP4Network’s CIDR —the CIDR notation defining the IPv4 network.
  • IP6Network’s CIDR —the CIDR notation defining the IPv6 network.
  • ACL’s name —the name of the ACL Example: acl aclName.
  • TSIG key’s name —the name of the TSIG key Example: key TSIGName.
  • Predefined BIND ACL values —Example: ‘none’, 'any', 'localhost', 'localnets' or 'All', 'None', 'Local Host', 'Local Networks'.
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.