From: Francis Dupont Date: Sat, 20 Jul 2019 14:08:26 +0000 (+0200) Subject: [470-server-tag-get-command] Addressed comments about doc X-Git-Tag: Kea-1.6.1~10^2~107^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1970efc15d38affd77353bd812b6bd0bfa1b106e;p=thirdparty%2Fkea.git [470-server-tag-get-command] Addressed comments about doc --- diff --git a/doc/api/server-tag-get.json b/doc/api/server-tag-get.json index e0ccb3372b..8d1a220b33 100644 --- a/doc/api/server-tag-get.json +++ b/doc/api/server-tag-get.json @@ -2,7 +2,7 @@ "name": "server-tag-get", "brief": "The server-tag-get command returns the server tag.", "description": "See ", - "support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ], + "support": [ "kea-dhcp4", "kea-dhcp6" ], "avail": "1.6.0", "cmd-syntax": "{ \"command\": \"server-tag-get\" diff --git a/doc/api/version-get.json b/doc/api/version-get.json index a6dd204e8b..e9c192c25f 100644 --- a/doc/api/version-get.json +++ b/doc/api/version-get.json @@ -4,7 +4,7 @@ Kea version. The returned string is the same as if Kea would be run with -V command line option.", "description": "See ", - "support": [ "kea-dhcp4", "kea-dhcp6" ], + "support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ], "avail": "1.2.0", "cmd-syntax": "{ \"command\": \"version-get\" diff --git a/doc/guide/api.xml b/doc/guide/api.xml index ce3dcd52ad..9df1c1673c 100644 --- a/doc/guide/api.xml +++ b/doc/guide/api.xml @@ -9,7 +9,7 @@ API Reference - Kea currently supports 130 commands: + Kea currently supports 131 commands: build-report , cache-clear , cache-get @@ -149,8 +149,8 @@ , config-test , config-write , list-commands -, server-tag-get , shutdown +, version-get . Commands supported by kea-dhcp-ddns daemon: build-report , config-get @@ -159,8 +159,8 @@ , config-test , config-write , list-commands -, server-tag-get , shutdown +, version-get . Commands supported by kea-dhcp4 daemon: build-report , cache-clear @@ -5435,7 +5435,7 @@ Result is an integer representation of the status. Currently supported statuses server-tag-get reference server-tag-get - The server-tag-get command returns the server tag. -Supported by: kea-dhcp4, kea-dhcp6, kea-dhcp-ddns, kea-ctrl-agent +Supported by: kea-dhcp4, kea-dhcp6 Availability: 1.6.0 (built-in) @@ -6285,7 +6285,7 @@ Result is an integer representation of the status. Currently supported statuses 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 +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 6125619a8f..ff464fd0d1 100644 --- a/doc/guide/ctrl-channel.xml +++ b/doc/guide/ctrl-channel.xml @@ -588,7 +588,7 @@ $ curl -X POST -H "Content-Type: application/json" -d '{ "command": "config-get" "command": "version-get" } - +
server-tag-get