From: Francis Dupont Date: Thu, 24 Jan 2019 08:45:41 +0000 (+0100) Subject: [313-return-a-list-of-all-reservations-by-subnet-id] Added a note about Cassandra... X-Git-Tag: 429-Updated-StampedValue-to-support-reals_base~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d09cf6c55d1ed1d1712429685767cc4a077781e;p=thirdparty%2Fkea.git [313-return-a-list-of-all-reservations-by-subnet-id] Added a note about Cassandra / get page --- 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 backend Description 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. +