nautobot/nautobot-plugin-ssot-infoblox

Attempting to Retrieve IP Addresses Returns Error

jdrew82 opened this issue · 0 comments

Environment

  • Python version: 3.9
  • Nautobot version: 1.4.7
  • nautobot-ssot-infoblox version: 0.7.4

Expected Behavior

When you query Infoblox for IP addresses it's expected that you get the addresses for all prefixes that were found initially.

Observed Behavior

The attempt to get IP addresses appears to throw an error stating: `{ "Error": "AdmConProtoError: Result set too large (> 1000)". This appears to only occur if you have a large number of prefixes/addresses to be returned.

Steps to Reproduce

  1. Setup Nautobot and Infoblox SSoT app.
  2. Have Infoblox setup with a large number of prefixes and IP addresses, (>1000).
  3. Attempt to run import Job from Infoblox to Nautobot and watch worker logs.