infobloxopen/infoblox-client

Objects with : in name fail because of url encoding

Closed this issue · 1 comments

I can query discovery objects in the WAPI using the URL /wapi/v2.11.3/discovery:device, but when I try conn.get_object('discovery:device') I get a timeout error because the module is trying to call /wapi/v2.11.3/discovery%3Adevice

Was looking in the wrong direction, just changing the max_results or timeout values fixed it. Was too early in the morning -_-