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

diff --git a/doc/api/config-write.json b/doc/api/config-write.json
new file mode 100644 (file)
index 0000000..d15cfb9
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "name": "config-write",
+    "brief": "The config-write command instructs the Kea server to write its current configuration to a file on disk.",
+    "description": "See <xref linkend=\"command-config-write\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.2.0",
+    "cmd-syntax": "{
+    \"command\": \"config-write\",
+    \"arguments\": {
+        \"filename": \"config-modified-2017-03-15.json\"
+    }
+}",
+}
\ No newline at end of file