]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[313-return-a-list-of-all-reservations-by-subnet-id] Added a note about Cassandra...
authorFrancis Dupont <fdupont@isc.org>
Thu, 24 Jan 2019 08:45:41 +0000 (09:45 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 29 Jan 2019 09:49:05 +0000 (04:49 -0500)
doc/guide/api.xml
doc/guide/hooks.xml

index 71eb263d288a6c2445a433ecc89530540b8eb312..77fc633faf117479066ce03b2e11440a1a4c9bc4 100644 (file)
@@ -2581,7 +2581,7 @@ The reservation-get-all command may result in very large responses.</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 (<link linkend="commands-host_cmds-lib">host_cmds</link>  hook)</para>
+<para>Availability: 1.6.0 (<link linkend="commands-host_cmds-lib">host_cmds</link> hook) at the exception of the Cassandra host backend</para>
 
 <para>Description and examples: See <xref linkend="command-reservation-get-page"/></para>
 
index 8aa341a7d08b8521838812be87dea49a0bcaf834..df1d57018b0037c33c7ddf83845d110ecff709e5 100644 (file)
@@ -1663,7 +1663,7 @@ An example result returned when the query was malformed:<screen>
           retrieved by using subnet-id value of zero (0).
           </para>
 
-         <para>For instance for retrieving host reservations for the
+          <para>For instance for retrieving host reservations for the
           subnet 1:
 <screen>
 {
@@ -1737,14 +1737,14 @@ An example result returned when the query was malformed:<screen>
           the returned list is empty, count is 0 and result 3 is returned.
           </para>
 
-         <para>For instance for retrieving host reservations for the
-         subnet 1 requesting the first page can be done by:
+          <para>For instance for retrieving host reservations for the
+          subnet 1 requesting the first page can be done by:
 <screen>
 {
     "command": "reservation-get-page",
     "arguments": {
         <userinput>"subnet-id": 1,
-       "limit": 10</userinput>
+        "limit": 10</userinput>
      }
 }
 </screen> leaving source-index and from to their zero default values.
@@ -1792,7 +1792,7 @@ An example result returned when the query was malformed:<screen>
         <userinput>"subnet-id": 1,
         "source-index": 1,
         "from": 1234567,
-       "limit": 10</userinput>
+        "limit": 10</userinput>
      }
 }
 </screen> responses after the last page look like:
@@ -1818,6 +1818,11 @@ An example result returned when the query was malformed:<screen>
           <para>
           For a reference, see <xref linkend="ref-reservation-get-page"/>.
           </para>
+
+          <note><simpara>
+              Currently <command>reservation-get-page</command> is not
+              supported by the Cassandra host backend.
+          </simpara></note>
         </section>
 
         <section xml:id="command-reservation-del">