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

diff --git a/doc/api/statistic-remove-all.json b/doc/api/statistic-remove-all.json
new file mode 100644 (file)
index 0000000..821992a
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "name": "statistic-remove-all",
+    "brief": "The statistic-remove-all command attempts to delete all statistics.",
+    "description": "See <xref linkend=\"command-statistic-remove-all\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.0.0",
+    "cmd-syntax": "{
+    \"command\": \"statistic-remove-all\",
+    \"arguments\": { }
+}",
+    "cmd-comment": "If the removal of all statistics was 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