Reference: IPv4 DHCP range 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 DHCP ranges into the Address Manager database with POST /v1/importEntities.

Example CSV file for type IP4DHCPRange

name range lowwatermark highwatermark
range1 12.1.0.5 - 12.1.0.15 2 5
  12.2.0.3 - 12.2.0.8 3 6

Example JSON file for type IP4DHCPRange

{"name":"range1","range":"12.1.0.5 - 12.1.0.15","highwatermark":5,"lowwatermark":2}
{"range":"12.2.0.3-12.2.0.8","highwatermark":6,"lowwatermark":3}