[Python-gvm] Get more than 1000 results from assets

Hello, how to get more than 1000 resuts by using method gmp.get_hosts

Im using like this:
results_xml = gmp.get_hosts(filter_string=f'name~"10.15." and rows=-1').findall('asset')

Another threads about scan results, recommends use ignore_pagination=1, but it only works with get_report method and missing in get_hosts method

Is any way to workaround that?

Sorry that’s just not possible at the moment.

1 Like