--- /dev/null
+{
+ "name": "config-set",
+ "brief": "The config-set command instructs the server to replace its current configuration with the new configuration supplied in the command's arguments.",
+ "description": "See <xref linkend=\"command-config-set\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.2.0",
+ "cmd-syntax": "{
+ \"command\": \"config-set\",
+ \"arguments\": {
+ \"<server>\": {
+ },
+ \"Logging\": {
+ }
+ }
+}",
+ "cmd-comment": "where <server> is the configuration element name for a given server such as \"Dhcp4\" or \"Dhcp6\"",
+ "resp-syntax": " {\"result\": 0, \"text\": \"Configuration successful.\" }
+
+ or
+
+ {\"result\": 1, \"text\": \"unsupported parameter: BOGUS (<string>:16:26)\" }",
+}
\ No newline at end of file