Wikis - Page

How to change Infoblox Content Pack API version

1 Likes
  • Copy the flow you want to modify from the Infoblox CP, example: "Find Network"

1.png

  • Paste the flow onto your a new studio project.2.png
  • Open the “API call to find network” operation and change the URL input
  • from this:

    ${url}/wapi/v1.4/network?network=${network}&_return_type=xml&_return_fields=network,extattrs,options

    To this:

    ${url}/wapi/v2.10/network?network=${network}&_return_type=xml&_return_fields=network,extattrs,options

     

    Note: This is a temporal workaround which could be used while a new version of the infoblox CP is released. This applies for versions of the Infoblox API 2.0 or higher

Labels:

Support Tips/Knowledge Docs
Support Tip
Comment List
Related
Recommended