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.
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
To import resource records:
- Select the DNS tab in the sidebar, then select Views.
- Navigate to the table that contains the zone that you will be importing resource records into.
- In the table, select the row actions button (⋮) for the zone, then select Import file.
- 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.
- Select Import.