From: Suzanne Goldlust Date: Wed, 3 Oct 2018 19:32:58 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=769a317cea8cb0c79fc7d79baca454c67926cd0a;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/config-write.json b/doc/api/config-write.json new file mode 100644 index 0000000000..d15cfb997d --- /dev/null +++ b/doc/api/config-write.json @@ -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 ", + "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