Unknown WAPI version

Hi All,

 

I am new to using WAPI.

 

I am using a vmware version as I am testing a bulk of range import but i got this error to identify which version of the WAPI

 

>curl -k -u admin:infoblox https://172.16.23.30/wapi/
Unknown WAPI version

 

Could you please help to fix this issue.

 

Thanks

 

Regards 

Tagged:

Answers

  • Check the Infoblox WAPI version at

    https://172.16.23.30/wapidoc/index.html

    And add the WAPI version to the end of the URI.

    Syntax: curl -k -u username:password https://[GRID IP]/wapi/[WAPI VERSION]/

    Ex.:

    curl -k -u admin:infoblox https://172.16.23.30/wapi/v2.12.3/

    Don't forget the trailing slash ("/").