]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 3 Oct 2018 20:25:52 +0000 (16:25 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/lease4-get-all.json [new file with mode: 0644]

diff --git a/doc/api/lease4-get-all.json b/doc/api/lease4-get-all.json
new file mode 100644 (file)
index 0000000..e048e5c
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "name": "lease4-get-all",
+    "brief": "lease4-get-all is used to retrieve all IPv4 leases or all leases for the specified set of subnets.",
+    "description": "See <xref linkend=\"lease4-get-all\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.4.0",
+    "hook": "lease_cmds",
+    "cmd-syntax": "{
+    \"command\": \"lease4-get-all\"
+}",
+    "cmd-comment": "The lease4-get-all command may result in very large responses.",
+}
\ No newline at end of file