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 & Integration, DevOps,NetOps,SecOps

Reply

delete empty networkcontainer without recursive option

Member
Posts: 2
2153     0

Hi Team,

I need to delete an empty networkcontainer through WAPI. My request:

 

https://IP_ADDRESS/wapi/v2.10/ipv6networkcontainer/IPV6_NETWORKCONTAINER_REF/default

 

In answer I get HTTP 400 with detailed information:

 

{
"Error": "AdmConDataError: None (IBDataConflictError: IB.Data.Conflict:You have no permission to delete this object recursively)",
"code": "Client.Ibap.Data.Conflict",
"text": "You have no permission to delete this object recursively"
}


Any idea how to achive that? Maybe there is an option to turn off recursively deletion in request?

Re: delete empty networkcontainer without recursive option

Adviser
Posts: 181
2154     0

Hi,

 

Could you please try the following API out?

 

curl -k -u admin:pwd -X DELETE "https://IP_ADDRESS/wapi/v2.10/ipv6networkcontainer/IPV6_NETWORKCONTAINER_REF/default?remove_subnets=false"

Remove subnets delete option determines whether all child objects should be removed alongside with the IPv6 network container or child objects should be assigned to another parental container. By default child objects are deleted with this network container.

 

Regards,

Krishna

 

Re: delete empty networkcontainer without recursive option

[ Edited ]
Member
Posts: 2
2154     0

Thanks a lot Smiley Happy this option works in my case.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You