<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>
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>
{
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.
<userinput>"subnet-id": 1,
"source-index": 1,
"from": 1234567,
- "limit": 10</userinput>
+ "limit": 10</userinput>
}
}
</screen> responses after the last page look like:
<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">