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

diff --git a/doc/api/cache-remove.json b/doc/api/cache-remove.json
new file mode 100644 (file)
index 0000000..c52490b
--- /dev/null
@@ -0,0 +1,22 @@
+{
+    "name": "cache-remove",
+    "brief": "The cache-remove command works similarly to reservation-get command.",
+    "description": "See <xref linkend=\"command-cache-remove\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.4.0",
+    "hook": "host_cache",
+    "cmd-syntax": "{
+    \"command\": \"cache-remove\",
+    \"arguments\": {
+        \"ip-address\": \"192.0.2.1\",
+        \"subnet-id\": 123
+    }
+}
+{
+    \"command\": \"cache-remove\",
+    \"arguments\": {
+        \"duid\": \"00:01:ab:cd:f0:a1:c2:d3:e4\",
+        \"subnet-id\": 123
+    }
+}",
+}
\ No newline at end of file