You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to return information on all IP addresses in a network but when I search a network larger than a /22 it fails raising an InfobloxConnectionError:Infoblox HTTP request failed with: HTTPSConnectionPool(host='192.168.1.1(https://github.com/infobloxopen/infoblox-client/files/8772364/code.snippet.txt)
', port=443): Max retries exceeded with url: /wapi/v2.11.3/ipv4address?ip_address%3E=10.83.56.0&ip_address%3C=10.83.63.255&_max_results=2000 (Caused by ReadTimeoutError("HTTPSConnectionPool(host='pd-gridtst.thrivent.com', port=443): Read timed out. (read timeout=10)"))
I opened a case on the support portal and the engineer found a solution but it is giving my API user superuser rights, which is unacceptable. They pointed me to this article but that still doesn't work. https://docs.infoblox.com/display/cnikubernetes/Infoblox+WAPI+user+permissions
A code snippet is attached
Any help would be appreciated code snippet.txt
The text was updated successfully, but these errors were encountered:
I am trying to return information on all IP addresses in a network but when I search a network larger than a /22 it fails raising an InfobloxConnectionError:Infoblox HTTP request failed with: HTTPSConnectionPool(host='192.168.1.1(https://github.com/infobloxopen/infoblox-client/files/8772364/code.snippet.txt)
', port=443): Max retries exceeded with url: /wapi/v2.11.3/ipv4address?ip_address%3E=10.83.56.0&ip_address%3C=10.83.63.255&_max_results=2000 (Caused by ReadTimeoutError("HTTPSConnectionPool(host='pd-gridtst.thrivent.com', port=443): Read timed out. (read timeout=10)"))
I opened a case on the support portal and the engineer found a solution but it is giving my API user superuser rights, which is unacceptable. They pointed me to this article but that still doesn't work. https://docs.infoblox.com/display/cnikubernetes/Infoblox+WAPI+user+permissions
A code snippet is attached
Any help would be appreciated
code snippet.txt
The text was updated successfully, but these errors were encountered: