From 769a317cea8cb0c79fc7d79baca454c67926cd0a Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 3 Oct 2018 15:32:58 -0400 Subject: [PATCH] Add new file --- doc/api/config-write.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/api/config-write.json 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 -- 2.47.2