Importing resource records - BlueCat Integrity - 26.1.0

Address Manager Administration Guide

ft:locale
en-US
Product name
BlueCat Integrity
Version
26.1.0

In Address Manager v26.1, resource records can be imported into zones in CSV or JSON format through the Address Manager UI. Address Manager v26.1 includes service enhancements to support the import of files previously exported from Address Manager tables. CSV and JSON files exported from Address Manager resource record tables can now be imported directly back into resource record tables in other configurations or servers. For information on exporting resource records in CSV or JSON format, refer to Exporting table data.

Note: If importing a CSV/JSON resource record export into a new configuration, the same view and zone must exist in the new configuration.
Note: The CSV examples below are provided for quick-start purposes. If transferring data between Address Manager tables, simply export the first table as CSV or JSON, then import that file into the destination table. The exported CSV/JSON from Address Manager contains information on all supported object fields for import.

Example CSV file (creating host record):

type,name,addresses[0].address,addresses[0].type
HostRecord,example-host,10.0.0.2,IPv4Address

Example CSV file (creating alias record):

type,name,linkedRecord.type,linkedRecord.absoluteName
AliasRecord,example-alias,HostRecord,example.com

Example CSV file (creating HINFO record):

type,name,os,cpu
HINFORecord,example-HINFO,Windows,INTEL-123

Example CSV file (creating MX record):

type,name,linkedRecord.type,linkedRecord.id,priority
MXRecord,example-MX,HostRecord,101193,3

Example CSV file (creating SRV record):

type,name,linkedRecord.type,linkedRecord.absoluteName,priority,weight,port
SRVRecord,example-SRV,HostRecord,example.com,1,2,3

Example CSV file (creating NAPTR record):

type,name,order,preference,service,regularExpression,replacement,flags
NAPTRRecord,example-NAPTR,1,2,3,!^.\*$!sip:user@example.com!,,1

Example CSV file (creating generic record):

type,name,recordType,rdata
GenericRecord,example-generic,X25,12345
Note: IP addresses referenced in host records must belong to a network that already exists in Address Manager. Linked records must be referenced by the object ID or absolute name of an existing record.

To import resource records:

  1. Select the DNS tab in the sidebar, then select Views.
  2. Navigate to the table that contains the zone that you will be importing resource records into.
  3. In the table, select the row actions button () for the zone, then select Import file.
  4. Drag and drop the CSV or JSON file into the File field, or select the box to open the file navigator and select the file.
  5. Select Import.