nautobot/nautobot-plugin-ssot-infoblox

Optimize Queries to Infoblox

jdrew82 opened this issue · 1 comments

Environment

  • Nautobot version: 1.3.6
  • nautobot-ssot-infoblox version: 0.4.10

Proposed Functionality

The current method to obtain information about IP Addresses is done in individual HTTP requests. This could be improved by utilizing the "Multiple Object Body Feature" in the API.

Use Case

This is most useful in environments that have large datasets that they want to import into Nautobot. Any improvements in retrieving the information will pay dividends the larger the dataset becomes.

This was taken care of in #79.