THE GAME HAS CHANGED

Introducing Infoblox Universal DDI ManagementTM

Watch the launch to discover the new era of management for critical network services. Watch Now

API Examples

Reply

Is it possible to run the next_available_network function as a GET request to WAPI?

New Member
Posts: 2
3367     1

Hi,

Anyone know if it is possible to run the next_available_network function as a GET request rather than a POST?

When I attempted by simply switching a curl command from "-X GET" to "-X POST" it returns an error:

{"Error": "AdmConError" None ('dict' object has no attribute 'split')",

"code": "Server.Ibap.Internal",

"text": "Internal Error" }

 

Rationale behind this was to attempt to get the next available network from a container as part of a complex search over multiple containers without actually creating it (yet).

Re: Is it possible to run the next_available_network function as a GET request to WAPI?

New Member
Posts: 2
3367     1

I managed to get this working today after seeing some other posts regarding running the "next_available_network" function as a POST request against the network container object.

 

Showing results for 
Search instead for 
Did you mean: 

Recommended for You