- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Reparent subnets while deleting network container
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 05:57 PM
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
Solved! Go to Solution.
Re: Reparent subnets while deleting network container
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 06:13 PM
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.