From: Suzanne Goldlust Date: Thu, 4 Oct 2018 20:43:54 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba801f54777516b00e10835a109584fc6e5408e;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/statistic-reset-all.json b/doc/api/statistic-reset-all.json new file mode 100644 index 0000000000..deb136aa11 --- /dev/null +++ b/doc/api/statistic-reset-all.json @@ -0,0 +1,12 @@ +{ + "name": "statistic-reset-all", + "brief": "The statistic-reset command sets all statistics to their neutral values: 0 for integer, 0.0 for float, 0h0m0s0us for time duration and \"\" for string type.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.0.0", + "cmd-syntax": "{ + \"command\": \"statistic-reset-all\", + \"arguments\": { } +}", + "cmd-comment": "If the operation is successful, the server will respond with a status of 0, indicating success and an empty parameters field. If an error is encountered, the server will return a status code of 1 (error) and the text field will contain the error description.", +} \ No newline at end of file