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.

Getting Started

Reply

Reparent subnets while deleting network container

New Member
Posts: 2
613     1

Hi all,

I am currently facing an issue with running WAPI call with below syntax. My lab is NIOS 8.6.2 with IPAM (Network Insight license is not installed).

curl -k -u admin:infoblox -H 'content-type: application/json' -X POST " https://10.193.35.186/wapi/v2.12/networkcontainer/ZG5zLm5ldHdvcmtfY29udGFpbmVyJDEuMS4xLjAvMjcvMA:1.1..."

 

After running the command, result below returned:

{ "Error": "AdmConProtoError: field for create missing: network",
"code": "Client.Ibap.Proto",
"text": "field for create missing: network"
}

 

What am I missing here?

 

Please kindly shed some light here.

 

Regards,

Tommy

 

Re: Reparent subnets while deleting network container

New Member
Posts: 2
613     1

The issue resolved with below:

curl -k -u admin:infoblox -H 'content-type: application/json' -X DELETE "https://10.193.34.180/wapi/v2.12/networkcontainer/ZG5zLm5ldHdvcmtfY29udGFpbmVyJDEuMS4xLjAvMjcvMA:1.1..."

Thanks everyone.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You