From e6a25d7636b10edce48660caeb43036c00ae5bdc Mon Sep 17 00:00:00 2001 From: Jan-Oliver Wagner Date: Tue, 29 Oct 2019 18:55:05 +0100 Subject: [PATCH] Add documentation of solution method in OSP API --- doc/OSP.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/OSP.xml b/doc/OSP.xml index 9fbb68b1..273531f4 100644 --- a/doc/OSP.xml +++ b/doc/OSP.xml @@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Open Scanner Protocol OSP The Open Scanner Protocol - 1.2 + 20.04 @@ -945,6 +945,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Solution type, for example "VendorFix" string + + method + Solution method, for example "DebianAPTUpgrade" + string + @@ -1293,6 +1298,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. An ovaldef file's content that is base64 encoded + + GET_VTS + Returned object extended with solution method + + The element SOLUTION of the returned VT object has a new optional attribute METHOD + that describes the solution method in case the VT offers such a detail. + + 20.04 + + GET_VTS command added