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 Examples

Reply

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

New Member
Posts: 2
2993     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 ]
New Member
Posts: 2
2994     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