]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Thu, 4 Oct 2018 13:30:52 +0000 (09:30 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/leases-reclaim.json [new file with mode: 0644]

diff --git a/doc/api/leases-reclaim.json b/doc/api/leases-reclaim.json
new file mode 100644 (file)
index 0000000..ad1124c
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "name": "leases-reclaim",
+    "brief": "The leases-reclaim command instructs the server to reclaim all expired leases immediately.",
+    "description": "See <xref linkend=\"leases-reclaim\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.0.0",
+    "cmd-syntax": "{
+    \"command\": \"leases-reclaim\",
+    \"arguments\": {
+        \"remove\": true
+    }
+}",
+}
\ No newline at end of file