POST /v1/addBulkHostRecord - BlueCat Integrity - 9.4.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

Description

Adds bulk host records using auto-increment from the specific starting address.

Parameters

Name Description
absoluteName

Location: query

Type: string

The FQDN of the host record. If you are adding a record in a zone that is linked to an incremental naming policy, you must add a single hash sign (#) at the appropriate location in the FQDN. Depending on the policy order value, the location of the single hash # sign varies.
networkId

Location: query

Type: integer (int64)

The network receiving the available IP addresses. Each address is used for one host record.
numberOfAddresses

Location: query

Type: integer (int32)

The number of addresses.
properties

Location: query

Type: string

excludeDHCPRange = true/false. If true, then IP addresses within a DHCP range will be skipped. This argument can also contain user-defined fields.
startAddress

Location: query

Type: string

The starting IPv4 address for getting the available addresses.
ttl

Location: query

Type: integer (int64)

The time-to-live (TTL) value for the record. To ignore the TTL, set the value to -1.
viewId

Location: query

Type: integer (int64)

The object ID for the parent view to which you are adding the record.

Responses

Code Description
201

Type: Array of APIEntity

Returns an array of host record APIEntity objects based on available addresses and number of IP addresses required. If no addresses are available, an error will be shown.