How to use this command to get all the results

<get_report>
How to write the command to obtain the result set of the bench?

sudo -Hiu gvm gvm-cli --gmp-username “admin” --gmp-password “admin” socket --socketpath /var/run/gvmd/gvmd.sock --xml “<get_reports report_id="4e2d3499-fc3a-483d-b8c4-2ecaf09ea9eb" filter="notes=0 overrides=0 rows=1000 min_qod=0" details="true"/>”

it just 1000 data

Hi qwqw, you can use ignore_pagination to disable the limit. Make sure to adjust the timeout accordingly. Here is the documentation.

For more detailed information, check this post:

3 Likes

OK,thank you