Infoblox-API-Python icon indicating copy to clipboard operation
Infoblox-API-Python copied to clipboard

Implements the subset of Infoblox API via REST API

Results 18 Infoblox-API-Python issues
Sort by recently updated
recently updated
newest added

Hi! Struggling to understand the args and kwargs for HostRecord.search(). Trying to emulate the following call ```python r = conn.get_object('record:host', {'name~': host}) ``` but cant seem to pick the right...

> I tried `pip install infoblox` and found `infoblox.Infoblox` is not there. ``` Traceback (most recent call last): File "", line 1, in AttributeError: module 'infoblox' has no attribute 'Infoblox'...

Hi It is very interesting your api many congratulations for the work. I can not find a method for the creation of fixed-address. Is it possible through your api to...

when I try to start up the api object I get the following. happens with any values passed. >>> import infoblox >>> >>> iba_api = infoblox.Infoblox('10.10.20.32', 'admin', 'secret', '1.6', 'internal',...

Hi, Found an issue where we can't find a host if it has AAAA record set. I updated infoblox.py to search extattrs by ip aswell ``` def get_ip_extattrs(self, ip_v4, attributes=None):...

The API returns an error if it returns more than 1000 elements. The API supports an input `_max_results` which can take negative and positive integer: * A negative number will...

I'm curious if there have been new functions added for AAAA and ipv6?

I would like to have the possibility to get all the static hosts defined in a subnet. Would this be possible with this library ?