]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[470-server-tag-get-command] Addressed comments about doc
authorFrancis Dupont <fdupont@isc.org>
Sat, 20 Jul 2019 14:08:26 +0000 (16:08 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 25 Jul 2019 13:08:04 +0000 (15:08 +0200)
doc/api/server-tag-get.json
doc/api/version-get.json
doc/guide/api.xml
doc/guide/ctrl-channel.xml

index e0ccb3372be2b25545dadf58c08e880789a9d6e2..8d1a220b335319399b04579d0107b8d159b4e72c 100644 (file)
@@ -2,7 +2,7 @@
     "name": "server-tag-get",
     "brief": "The server-tag-get command returns the server tag.",
     "description": "See <xref linkend=\"command-server-tag-get\"/>",
-    "support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
     "avail": "1.6.0",
     "cmd-syntax": "{
     \"command\": \"server-tag-get\"
index a6dd204e8b2b8ab2de755061f37d95816c122cc6..e9c192c25f53e9bc20113ef4c38f23062208eebe 100644 (file)
@@ -4,7 +4,7 @@
               Kea version. The returned string is the same as if Kea would
               be run with -V command line option.",
     "description": "See <xref linkend=\"command-version-get\"/>",
-    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
     "avail": "1.2.0",
     "cmd-syntax": "{
     \"command\": \"version-get\"
index ce3dcd52adc8dbb48d2a8c8d7407a465a19ebc97..9df1c1673ccfbdb0aa7906c9ec850c941494fe8c 100644 (file)
@@ -9,7 +9,7 @@
 <!-- autogenerated using cmd_docgen. Do not edit by hand! -->
 <appendix xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="api">
   <title>API Reference</title>
-  <para>Kea currently supports 130 commands:
+  <para>Kea currently supports 131 commands:
 <command><link linkend="ref-build-report">build-report</link></command>
 , <command><link linkend="ref-cache-clear">cache-clear</link></command>
 , <command><link linkend="ref-cache-get">cache-get</link></command>
 , <command><link linkend="ref-config-test">config-test</link></command>
 , <command><link linkend="ref-config-write">config-write</link></command>
 , <command><link linkend="ref-list-commands">list-commands</link></command>
-, <command><link linkend="ref-server-tag-get">server-tag-get</link></command>
 , <command><link linkend="ref-shutdown">shutdown</link></command>
+, <command><link linkend="ref-version-get">version-get</link></command>
 .</para>
 <para xml:id="commands-kea-dhcp-ddns">Commands supported by kea-dhcp-ddns daemon: <command><link linkend="ref-build-report">build-report</link></command>
 , <command><link linkend="ref-config-get">config-get</link></command>
 , <command><link linkend="ref-config-test">config-test</link></command>
 , <command><link linkend="ref-config-write">config-write</link></command>
 , <command><link linkend="ref-list-commands">list-commands</link></command>
-, <command><link linkend="ref-server-tag-get">server-tag-get</link></command>
 , <command><link linkend="ref-shutdown">shutdown</link></command>
+, <command><link linkend="ref-version-get">version-get</link></command>
 .</para>
 <para xml:id="commands-kea-dhcp4">Commands supported by kea-dhcp4 daemon: <command><link linkend="ref-build-report">build-report</link></command>
 , <command><link linkend="ref-cache-clear">cache-clear</link></command>
@@ -5435,7 +5435,7 @@ Result is an integer representation of the status. Currently supported statuses
 <title>server-tag-get reference</title>
 <para xml:id="ref-server-tag-get"><command>server-tag-get</command> - The server-tag-get command returns the server tag.</para>
 
-<para>Supported by: <command><link linkend="commands-kea-dhcp4">kea-dhcp4</link></command>, <command><link linkend="commands-kea-dhcp6">kea-dhcp6</link></command>, <command><link linkend="commands-kea-dhcp-ddns">kea-dhcp-ddns</link></command>, <command><link linkend="commands-kea-ctrl-agent">kea-ctrl-agent</link></command></para>
+<para>Supported by: <command><link linkend="commands-kea-dhcp4">kea-dhcp4</link></command>, <command><link linkend="commands-kea-dhcp6">kea-dhcp6</link></command></para>
 
 <para>Availability: 1.6.0 (built-in)</para>
 
@@ -6285,7 +6285,7 @@ Result is an integer representation of the status. Currently supported statuses
               Kea version. The returned string is the same as if Kea would
               be run with -V command line option.</para>
 
-<para>Supported by: <command><link linkend="commands-kea-dhcp4">kea-dhcp4</link></command>, <command><link linkend="commands-kea-dhcp6">kea-dhcp6</link></command></para>
+<para>Supported by: <command><link linkend="commands-kea-dhcp4">kea-dhcp4</link></command>, <command><link linkend="commands-kea-dhcp6">kea-dhcp6</link></command>, <command><link linkend="commands-kea-dhcp-ddns">kea-dhcp-ddns</link></command>, <command><link linkend="commands-kea-ctrl-agent">kea-ctrl-agent</link></command></para>
 
 <para>Availability: 1.2.0 (built-in)</para>
 
index 6125619a8f571967152d61052d78d7dfb7ae6257..ff464fd0d1f3a913583ea857268aa48450ac3597 100644 (file)
@@ -588,7 +588,7 @@ $ curl -X POST -H "Content-Type: application/json" -d '{ "command": "config-get"
     "command": "version-get"
 }
 </screen>
-      </section> <!-- end of command-server-tag-get -->
+      </section> <!-- end of command-version-get -->
 
       <section xml:id="command-server-tag-get">
         <title>server-tag-get</title>