diff options
Diffstat (limited to 'src/share/api/config-write.json')
-rw-r--r-- | src/share/api/config-write.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/share/api/config-write.json b/src/share/api/config-write.json new file mode 100644 index 0000000..8aa3da4 --- /dev/null +++ b/src/share/api/config-write.json @@ -0,0 +1,24 @@ +{ + "access": "write", + "avail": "1.2.0", + "brief": [ + "This command instructs the Kea server to write its", + "current configuration to a file on disk." + ], + "cmd-syntax": [ + "{", + " \"command\": \"config-write\",", + " \"arguments\": {", + " \"filename\": \"config-modified-2017-03-15.json\"", + " }", + "}" + ], + "description": "See <xref linkend=\"command-config-write\"/>", + "name": "config-write", + "support": [ + "kea-dhcp4", + "kea-dhcp6", + "kea-dhcp-ddns", + "kea-ctrl-agent" + ] +} |