Hey,
I am using web-services to search for objects by IP. That is working fine when I'm searching for an IPv4-address. But searching an IPv6-address does not work. Am I calling something wrong?
IPv4-call:
IPv6-call:
>>> result = api_call('show-objects', {'filter':'2001:and-so-on::38','ip-only':'true'}, sid, mgmtserv, mgmtport)
shows a total of 8988 results... Even when searching a string that definitely does not exist, it shows this amount of results.
any help would be appreciated
thanks in advance
Felix