Re: Add a host record to multiple DNS views with API?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2021 12:01 PM
This widget could not be displayed.
This widget could not be displayed.
The mac address in both records is causing the conflict because Infoblox is creating a DHCP reservation for that mac under the hood. You can either remove the mac from one copy of the record or explicitly specify the "configure_for_dhcp" field to "false" in one or both of them.
[{"ipv4addr":"<ip>","mac":"<mac>","configure_for_dhcp":false}]