diff --git a/doc/guide/api.xml b/doc/guide/api.xml
index 71eb263d28..77fc633faf 100644
--- a/doc/guide/api.xml
+++ b/doc/guide/api.xml
@@ -2581,7 +2581,7 @@ The reservation-get-all command may result in very large responses.
Supported by: kea-dhcp4, kea-dhcp6
-Availability: 1.6.0 (host_cmds hook)
+Availability: 1.6.0 (host_cmds hook) at the exception of the Cassandra host backendDescription and examples: See
diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml
index 8aa341a7d0..df1d57018b 100644
--- a/doc/guide/hooks.xml
+++ b/doc/guide/hooks.xml
@@ -1663,7 +1663,7 @@ An example result returned when the query was malformed:
retrieved by using subnet-id value of zero (0).
- For instance for retrieving host reservations for the
+ For instance for retrieving host reservations for the
subnet 1:
{
@@ -1737,14 +1737,14 @@ An example result returned when the query was malformed:
the returned list is empty, count is 0 and result 3 is returned.
- For instance for retrieving host reservations for the
- subnet 1 requesting the first page can be done by:
+ For instance for retrieving host reservations for the
+ subnet 1 requesting the first page can be done by:
{
"command": "reservation-get-page",
"arguments": {
"subnet-id": 1,
- "limit": 10
+ "limit": 10
}
}
leaving source-index and from to their zero default values.
@@ -1792,7 +1792,7 @@ An example result returned when the query was malformed:"subnet-id": 1,
"source-index": 1,
"from": 1234567,
- "limit": 10
+ "limit": 10
}
}
responses after the last page look like:
@@ -1818,6 +1818,11 @@ An example result returned when the query was malformed:
For a reference, see .
+
+
+ Currently reservation-get-page is not
+ supported by the Cassandra host backend.
+