Hi Team,
We are currently integrating with Infoblox DDI and need to retrieve a large volume of IPAM-related data. Below is the approximate scale of the data we are working with:
- ~4.6 million IPAM IP addresses
- ~500,000 DHCP leases
- ~100,000 host records
We are using the following WAPI endpoints to fetch the data:
- /<wapi version>/networkview
- /<wapi version>/network
- /<wapi version>/ipv4address
- /<wapi version>/ipv6network
- /<wapi version>/ipv6address
- /<wapi version>/lease
- /<wapi version>/record:host
Fetching data at this scale is taking a significant amount of time and is impacting overall performance. We are looking for ways to optimize or reduce the retrieval time.
Questions:
- Are there any recommended best practices for efficiently fetching large-scale IPAM data using WAPI?
- Is there any bulk or optimized endpoint available specifically for retrieving IPv4 and IPv6 addresses?
- Can pagination, batching, or specific query parameters (e.g., _return_fields, _max_results, etc.) significantly improve performance?
Any guidance, documentation references, or recommended approaches would be greatly appreciated.