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

diff --git a/doc/api/lease6-get.json b/doc/api/lease6-get.json
new file mode 100644 (file)
index 0000000..f6edb5a
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "name": "lease6-get",
+    "brief": "lease6-get can be used to query the lease database and retrieve existing leases.",
+    "description": "See <xref linkend=\"lease6-get\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.3.0",
+    "hook": "lease_cmds",
+    "cmd-syntax": "{
+  \"command\": \"lease6-get\",
+  \"arguments\": {
+    \"ip-address\": \"2001:db8:1234:ab::\",
+    \"type\": \"IA_PD\"
+  }
+}",
+}
\ No newline at end of file