OpenVas showing only minimum QoD of 70 are shown. No other threat levels is shown

I am always getting the html report with below content

 Issues with the threat level "High" are not shown.
      
        Issues with the threat level "Medium" are not shown.
      
        Issues with the threat level "Low" are not shown.
      
        Issues with the threat level "Log" are not shown.
      
        Issues with the threat level "Debug" are not shown.
      
        Issues with the threat level "False Positive" are not shown.

I have tired with from cli by running command, omp -u admin -w admin -h 127.0.0.1 -p 9390 --xml '<get_reports report_id="99379388-c9cd-4c89-823a-22ab0810963b" format_id="6c248850-1f62-11e1-b082-406186ea4fc5" filter="overrides=1 levels=hml notes=1 min_qod=70 autofp=0"/>'

I found out the report id earlier. By running above command, the xml filter options is still
apply_overrides=0 min_qod=70 first=1 rows=1000 sort=name

and the html contains the above data always.

Please somebody help

I think you are confused. OMP protocol is depreciated for some time according to this post. You can use the gvm-tools suite of API endpoints such as gvm-cli to use the GMP, or OSP protocols.

Ok I will try with gvm tool, but the what about the report which always shows

Issues with the threat level "High" are not shown.
      
        Issues with the threat level "Medium" are not shown.
      
        Issues with the threat level "Low" are not shown.
      
        Issues with the threat level "Log" are not shown.
      
        Issues with the threat level "Debug" are not shown.
      
        Issues with the threat level "False Positive" are not shown.

Can you help me how to fix in case if i use gvm. ??