Reference: MAC address importEntities files - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

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

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

Example CSV file for type MACAddress

name macaddress macpool
mac1_DENY 20-00-00-00-00-10 DENY
mac1_NO_POOL 20-00-00-00-00-11  
  20-00-00-00-00-12 DENY

Example JSON file for type MACAddress

{"name":"mac1_DENY","macaddress":"20-00-00-00-00-10","macpool":"DENY"}
{"name":"mac1_NO_POOL","macaddress":"20-00-00-00-00-11"}
{"macaddress":"20-00-00-00-00-12","macpool":"DENY"}