Best Of
Re: How to list all IPv4 DHCP Failover Associations via API?
Thank you so much Ingmar for these information. I am able to pull the list. I appreciate the documentation as well :D
Re: How to list all IPv4 DHCP Failover Associations via API?
You can actually do this through WAPI using the dhcpfailover object.
To list all IPv4 DHCP Failover Associations:
GET https://<grid-master>/wapi/v2.13/dhcpfailover
By default this only returns the name. To get useful info like primary/secondary members and their states, add _return_fields+:
GET https://<grid-master>/wapi/v2.13/dhcpfailover?_return_fields+=primary,secondary,primary_state,secondary_state,comment,association_type
One thing to be aware of — primary_state and secondary_state require the call to be made against the GM not the GMC. The GMC's readonly api doesn't have the live monitoring data needed to return those fields correctly.
You can also browse the full object documentation directly: https://<grid-master>/wapidoc/objects/dhcpfailover.html
Early Access — DDI Integration for SASE
User experience determines the success of secure access service edge (SASE) programs, yet DNS and DHCP often go unnoticed until failures occur. These issues can appear as application outages, software-as-a-service (SaaS) slowdowns or site-specific problems that require extensive troubleshooting.
Infoblox Universal DDI™ Management is Infoblox's approach to delivering resilient and flexible DNS and DHCP services across any environment, spanning SaaS-based NIOS-X as a Service and NIOS-X physical and virtual servers.
Now, with the DDI Integration for SASE, Infoblox is partnering with leading SASE and software-defined wide area network (SD-WAN) providers to help customers modernize DDI for distributed branch networks. This approach simplifies deployment, increases resiliency with cost savings and ensures consistency across sites.
As part of this effort, we are launching a limited Early Access Program (EAP) for select customers and partners to validate operational value in production-like environments and help refine the final offering before general release.
By joining our Early Access Program, you'll get the chance to:
- Auto-configure and set up branch DNS and DHCP at scale with Infoblox in less than an hour. Experience automated push of gateway configurations — DNS proxy and DHCP relay — without manual site-by-site work
- Confirm consistent DNS, DHCP, and IPAM operations across branch, hybrid WAN, and cloud environments
- Work directly with Infoblox product and engineering teams to shape the final experience before broader availability
Who should apply:
- Organizations with an existing SD-WAN or SASE deployment (or actively implementing one) where integration with DNS and DHCP services can improve branch operations
- Enterprises with distributed branches, remote sites, or regional hubs that need consistent DNS and DHCP services across locations
- Teams experiencing operational complexity or limited visibility across DNS and DHCP environments
- Service providers or shared services organizations seeking scalable and repeatable deployment of network services across multiple environments
- Organizations exploring flexible DDI deployment models, including hybrid options with on-prem and SaaS, or fully SaaS-based architectures with minimal infrastructure
This is a focused program. We're working with a limited number of participants to validate real-world requirements and iterate quickly based on feedback.


