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 Examples

Reply

How to set check mark "Disable for DHCP" for new created Network via API?

Member
Posts: 2
2490     0

Hi 

 

I'm able to create an new Network with a REST POST. But I need to set the Option "Disable for DHCP". How can I do that, either during creation, or after creation as second step?

 

So far this is working and creates the network (not all parameters shown):

Invoke-RestMethod -Method POST -Uri https://server/wapi/v2.7.1/network?_return_fields%2B=network&_return_as_object=1 -Body {"network":"10.10.11.0/24","network_view":"Net Name","comment":"My new Net"}

 

Any help will be appriciated!

 

Thanks

Chris

 

 

Re: How to set check mark "Disable for DHCP" for new created Network via API?

[ Edited ]
Member
Posts: 2
2491     0

Solved it:

 

Postman PUT:

https://<ddiServer>/wapi/v2.7.1/network/ZG5zLm5ldHdvcmskMsdffRTtrNC8w:xxx.xxx.xxx.0/24/default

 

Body:

{
"comment": "LAB Overlay Test",
"disable": true
}

 

Showing results for 
Search instead for 
Did you mean: 

Recommended for You