From 18cbd1afb066c44bc5aa6e4c11969ae409fbe3a5 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 29 Dec 2018 00:52:40 +0100 Subject: [PATCH] [30-implement-control-socket-for-ddns-2] Updated doc --- doc/guide/api.xml | 26 ++++++++++++++++++-------- doc/guide/ctrl-channel.xml | 6 ++++++ doc/guide/ddns.xml | 1 + 3 files changed, 25 insertions(+), 8 deletions(-) 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 reference build-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-agent Availability: 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-agent Availability: 1.2.0 (built-in) @@ -840,7 +850,7 @@ Result is an integer representation of the status. Currently supported statuses config-set reference config-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-agent Availability: 1.2.0 (built-in) @@ -881,7 +891,7 @@ Result is an integer representation of the status. Currently supported statuses config-test reference config-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-agent Availability: 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-agent Availability: 1.2.0 (built-in) @@ -1751,7 +1761,7 @@ Result is an integer representation of the status. Currently supported statuses list-commands reference list-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-agent Availability: 1.0.0 (built-in) @@ -2504,7 +2514,7 @@ object appear only if specific field is set. shutdown reference shutdown - 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-agent Availability: 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-agent Availability: 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-report config-get + config-set config-test config-write list-commands -- 2.47.2