Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API & Integration, DevOps,NetOps,SecOps

Reply

Setting IPv4 DHCP Failover Association using API

New Member
Posts: 1
55     0

Hello,

 

I was trying to test creating a DHCP range on a subnet using API. I have already added two DHCP members who are in FOA(failover association) on the subnet. Unfortunately, I only saw how to add one of the members using the grid member option using the sample payload below.

 

{
    "start_addr": "1.1.1.3",
    "end_addr": "1.1.1.10",
    "server_association_type": "MEMBER",
    "member":
    {
        "_struct": "dhcpmember",
        "ipv4addr": "2.2.2.3"
    }
}

Is it possible or does anyone have a sample payload on where the IPv4 DHCP Failover Association is selected on the payload?

 

Thank you!

Cheers!

Re: Setting IPv4 DHCP Failover Association using API

Moderator
Moderator
Posts: 312
55     0

Here you are:

 

{
	"start_addr": "10.20.30.128",
	"end_addr": "10.20.30.192",
	"server_association_type": "FAILOVER",
	"failover_association": "NYC-CHI-FOA",
	"network_view": "default"
} 
Showing results for 
Search instead for 
Did you mean: 

Recommended for You