- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Is it possible to run the next_available_network function as a GET request to WAPI?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 06:33 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 04:04 AM
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.