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

next_available_ip_from_cidr equivalent for next_available_netblock

Techie
Posts: 3
2175     0

I'm trying to assign smaller subnets from within a specific cidr, is there a "

next_available_ip_from_cidr" equivalent that allows me to request more than a single IP ? Something like:
network=next_available_netblock_from_cidr(my_view, '10.0.0.0/8','/27') 
Where I am asking to be assigned a new /27 block from the 10.0.0.0/8 cidr... 
 
 

Re: next_available_ip_from_cidr equivalent for next_available_netblock

Adviser
Posts: 181
2176     0

H,

 

You can use the next_available_network function like below:

curl -k -u admin:infoblox -H 'content-type: application/json' -X POST "https://grid-master/wapi/v2.11/network?_return_fields%2B=network&_return_as_object=1 " -d '{"network":{"_object_function":"next_available_network","_result_field":"networks","_object":"network","_object_parameters":{"network" : "10.10.10.0/24"},"_parameters":{"cidr":27}},"network_view":"default"}'

Hope this helps,

Krishna Vasudevan

Showing results for 
Search instead for 
Did you mean: 

Recommended for You

Businesses are investing heavily into securing company resources from cyber-attacks form cybercrimin