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?