Reference: IPv4 block importEntities files - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

The following examples are valid CSV and JSON files that can be used when importing IPv4 blocks into the Address Manager database with POST /v1/importEntities.

Example CSV file for type IP4Block

name range defaultView defaultDomain dnsRestrictions lowwatermark highwatermark
block12 12.11/16 default zone_007.com[default] "default,zone_007.com[default]" 5 10
  12.11.0.0 - 12.11.0.255          
  12.11.1/24          

Example JSON file for type IP4Block

{"range":"12.11/16","lowwatermark":5,"defaultView":"default","name":"block12","defaultDomains":"zone_007.com[default]","dnsRestrictions":"default,zone_007.com[default]","highwatermark":"10"}
{"range":"12.11.1.0 - 12.11.1.255"}
{"range":"12.11.2/24"}