]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add new file
authorSuzanne Goldlust <sgoldlust@isc.org>
Thu, 4 Oct 2018 20:43:54 +0000 (16:43 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
doc/api/statistic-reset-all.json [new file with mode: 0644]

diff --git a/doc/api/statistic-reset-all.json b/doc/api/statistic-reset-all.json
new file mode 100644 (file)
index 0000000..deb136a
--- /dev/null
@@ -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 <xref linkend=\"command-statistic-reset-all\"/>",
+    "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