From: Marcin Siodelski Date: Tue, 23 Jun 2020 12:40:18 +0000 (+0200) Subject: [#1258] Ported basic status-get X-Git-Tag: Kea-1.6.3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf788a06cc10678371ab54c1de74db932de04d8;p=thirdparty%2Fkea.git [#1258] Ported basic status-get The status-get command support was ported without High Availability status. --- diff --git a/doc/sphinx/api-files.txt b/doc/sphinx/api-files.txt index bb552ae516..53b7aff447 100644 --- a/doc/sphinx/api-files.txt +++ b/doc/sphinx/api-files.txt @@ -134,6 +134,7 @@ api/statistic-sample-age-set-all.json api/statistic-sample-age-set.json api/statistic-sample-count-set-all.json api/statistic-sample-count-set.json +api/status-get.json api/stat-lease4-get.json api/stat-lease6-get.json api/subnet4-add.json diff --git a/doc/sphinx/api/status-get.json b/doc/sphinx/api/status-get.json new file mode 100644 index 0000000000..9fc6286ed7 --- /dev/null +++ b/doc/sphinx/api/status-get.json @@ -0,0 +1,48 @@ +{ + "avail": "1.6.3", + "brief": [ + "This command returns server's runtime information.", + "It takes no arguments." + ], + "cmd-syntax": [ + "{", + " \"command\": \"status-get\"", + "}" + ], + "description": "See ", + "name": "status-get", + "resp-comment": [ + "If the libdhcp_ha (High Availability) hooks library is loaded by the DHCP server receiving this command the response also includes the HA specific status information of the server receiving the command and its partner's status." + ], + "resp-syntax": [ + "{", + " \"result\": ,", + " \"arguments\": {", + " \"pid\": ,", + " \"uptime\": ,", + " \"reload\":