Get_results api - qod vs min_qod

GSA 21.4.1

It appears qod and min_qod are available via the get_results api.

column min_qod (integer) Minimum QoD of the results
column qod (integer) QoD of the result

Results (from get_results) vary when using ‘qod>=80’ vs ‘min_qod=80’. What is the difference?

Hi @devnull,

Before trying to understand the difference between the syntax you posted, I would suggest you to have a look to the meaning of QoD in the manual. Quality of Detection Concept

Best

1 Like

Thank you for the manual reference.

The syntax is what was incorrect based on: https://docs.greenbone.net/GSM-Manual/gos-20.08/en/web-interface.html#operators

qod>79 produces the same results as min_qod=80. “>=” is not allowed.