Skip to content

Conversation

@Arakos
Copy link

@Arakos Arakos commented Apr 10, 2024

Infoblox offers the possibility to do MultiRequests with it's API. This is a powerful feature to use.

However, the current go client does not correctly support this API. The parsing of the responses is to restricted as is.

This PR adds a method to execute any type of MultiRequest and parses the result into the least specific structure a response can have.

I'm not sure if this method should be added to the IBObjectManager interface as well or rather not cause it seems to be an underutilized/rudimentarily supported/used feature.

PS: I could need some support to add testcases for this type of request because I could not find any for the existing MultiRequest related method to use as an example to work with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant