diff --git a/doc/guide/api.xml b/doc/guide/api.xml
index eeeee62efb..c8f721025a 100644
--- a/doc/guide/api.xml
+++ b/doc/guide/api.xml
@@ -84,6 +84,16 @@
.
Commands supported by kea-ctrl-agent daemon: build-report
, config-get
+, config-set
+, config-test
+, config-write
+, list-commands
+, shutdown
+, version-get
+.
+Commands supported by kea-dhcp-ddns daemon: build-report
+, config-get
+, config-set
, config-test
, config-write
, list-commands
@@ -264,7 +274,7 @@
build-report referencebuild-report - Returns a list of compilation options that this particular binary was built with
-Supported by: kea-dhcp4, kea-dhcp6, kea-ctrl-agent
+Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agentAvailability: 1.2.0 (built-in)
@@ -769,7 +779,7 @@ The command will return the result of 3 (empty) if the client
is roughtly equal to the configuration file, but includes additional
changes made by other commands and due to parameters inheritance.
-Supported by: kea-dhcp4, kea-dhcp6, kea-ctrl-agent
+Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agentAvailability: 1.2.0 (built-in)
@@ -840,7 +850,7 @@ Result is an integer representation of the status. Currently supported statuses
config-set referenceconfig-set - The config-set command instructs the server to replace its current configuration with the new configuration supplied in the command's arguments.
-Supported by: kea-dhcp4, kea-dhcp6
+Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agentAvailability: 1.2.0 (built-in)
@@ -881,7 +891,7 @@ Result is an integer representation of the status. Currently supported statuses
config-test referenceconfig-test - The config-test command instructs the server to check whether the new configuration supplied in the command's arguments can be loaded.
-Supported by: kea-dhcp4, kea-dhcp6, kea-ctrl-agent
+Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agentAvailability: 1.2.0 (built-in)
@@ -923,7 +933,7 @@ Result is an integer representation of the status. Currently supported statuses
config-write - The config-write command instructs the Kea server to write its
current configuration to a file on disk.
-Supported by: kea-dhcp4, kea-dhcp6, kea-ctrl-agent
+Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agentAvailability: 1.2.0 (built-in)
@@ -1751,7 +1761,7 @@ Result is an integer representation of the status. Currently supported statuses
list-commands referencelist-commands - The list-commands command retrieves a list of all commands supported by the server.
-Supported by: kea-dhcp4, kea-dhcp6, kea-ctrl-agent
+Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agentAvailability: 1.0.0 (built-in)
@@ -2504,7 +2514,7 @@ object appear only if specific field is set.
shutdown referenceshutdown - The shutdown command instructs the server to initiate its shutdown procedure.
-Supported by: kea-dhcp4, kea-dhcp6, kea-ctrl-agent
+Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agentAvailability: 1.0.0 (built-in)
@@ -3221,7 +3231,7 @@ If no IPv6 subnets are found, an error code is returned along with the error des
Kea version. The returned string is the same as if Kea would
be run with -V command line option.
-Supported by: kea-dhcp4, kea-dhcp6, kea-ctrl-agent
+Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agentAvailability: 1.2.0 (built-in)
diff --git a/doc/guide/ctrl-channel.xml b/doc/guide/ctrl-channel.xml
index 213d80db97..82d9c96a16 100644
--- a/doc/guide/ctrl-channel.xml
+++ b/doc/guide/ctrl-channel.xml
@@ -624,6 +624,9 @@ $ curl -X POST -H "Content-Type: application/json" -d '{ "command": "config-get"
config-get
+
+ config-set
+ config-test
@@ -656,6 +659,9 @@ $ curl -X POST -H "Content-Type: application/json" -d '{ "command": "config-get"
config-get
+
+ config-set
+ config-test
diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml
index fd2e5bc721..316b221cfd 100644
--- a/doc/guide/ddns.xml
+++ b/doc/guide/ddns.xml
@@ -367,6 +367,7 @@ corresponding values in the DHCP servers' "dhcp-ddns" configuration section.
build-reportconfig-get
+ config-setconfig-testconfig-writelist-commands