Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API Examples

Reply

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

New Member
Posts: 2
2928     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
2929     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