[Openvas-commits] r11574 - in trunk/openvas-manager: . doc src/schema_formats/XML
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 6 15:59:50 CEST 2011
Author: mattm
Date: 2011-09-06 15:59:47 +0200 (Tue, 06 Sep 2011)
New Revision: 11574
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/doc/omp.html
trunk/openvas-manager/doc/omp.rnc
trunk/openvas-manager/src/schema_formats/XML/OMP.xml
Log:
* src/schema_formats/XML/OMP.xml (get_reports): Add host and pos args.
* doc/omp.rnc, doc/omp.html: Update from source.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2011-09-06 13:48:24 UTC (rev 11573)
+++ trunk/openvas-manager/ChangeLog 2011-09-06 13:59:47 UTC (rev 11574)
@@ -1,3 +1,9 @@
+2011-09-06 Matthew Mundell <matthew.mundell at greenbone.net>
+
+ * src/schema_formats/XML/OMP.xml (get_reports): Add host and pos args.
+
+ * doc/omp.rnc, doc/omp.html: Update from source.
+
2011-09-05 Matthew Mundell <matthew.mundell at greenbone.net>
Add host and pos args to GET_REPORTS.
Modified: trunk/openvas-manager/doc/omp.html
===================================================================
--- trunk/openvas-manager/doc/omp.html 2011-09-06 13:48:24 UTC (rev 11573)
+++ trunk/openvas-manager/doc/omp.html 2011-09-06 13:59:47 UTC (rev 11574)
@@ -9055,6 +9055,16 @@
(<a href="#type_boolean">boolean</a>)
Whether to include only those hosts that have results.
</li>
+<li>
+ @<b>host</b>
+ (text)
+ For type "assets", single host to retrieve.
+ </li>
+<li>
+ @<b>pos</b>
+ (<a href="#type_integer">integer</a>)
+ For type "assets", position of report used, from end.
+ </li>
</ul>
</li>
<li style="margin-top: 15px;">
@@ -9097,6 +9107,8 @@
& attribute overrides { boolean }?
& attribute override_details { boolean }?
& attribute result_hosts_only { boolean }?
+ & attribute host { text }?
+ & attribute pos { integer }?
}
</pre></div>
<i>Response</i><div style="margin-left: 5%"><pre>get_reports_response
Modified: trunk/openvas-manager/doc/omp.rnc
===================================================================
--- trunk/openvas-manager/doc/omp.rnc 2011-09-06 13:48:24 UTC (rev 11573)
+++ trunk/openvas-manager/doc/omp.rnc 2011-09-06 13:59:47 UTC (rev 11574)
@@ -2246,6 +2246,10 @@
attribute override_details { boolean }?
& # Whether to include only those hosts that have results.
attribute result_hosts_only { boolean }?
+ & # For type "assets", single host to retrieve.
+ attribute host { text }?
+ & # For type "assets", position of report used, from end.
+ attribute pos { integer }?
}
## Command get_report_formats
Modified: trunk/openvas-manager/src/schema_formats/XML/OMP.xml
===================================================================
--- trunk/openvas-manager/src/schema_formats/XML/OMP.xml 2011-09-06 13:48:24 UTC (rev 11573)
+++ trunk/openvas-manager/src/schema_formats/XML/OMP.xml 2011-09-06 13:59:47 UTC (rev 11574)
@@ -5558,6 +5558,16 @@
<summary>Whether to include only those hosts that have results</summary>
<type>boolean</type>
</attrib>
+ <attrib>
+ <name>host</name>
+ <summary>For type "assets", single host to retrieve</summary>
+ <type>text</type>
+ </attrib>
+ <attrib>
+ <name>pos</name>
+ <summary>For type "assets", position of report used, from end</summary>
+ <type>integer</type>
+ </attrib>
</pattern>
<response>
<pattern>
More information about the Openvas-commits
mailing list