Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

API & Integration, DevOps,NetOps,SecOps

Reply

next_available_ip_from_cidr equivalent for next_available_netblock

Techie
Posts: 3
1921     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
1922     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