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

diff --git a/doc/api/statistic-get-all.json b/doc/api/statistic-get-all.json
new file mode 100644 (file)
index 0000000..03bd4a2
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "name": "statistic-get-all",
+    "brief": "The statistic-get-all command retrieves all statistics recorded.",
+    "description": "See <xref linkend=\"command-statistic-get-all\"/>",
+    "support": [ "kea-dhcp4", "kea-dhcp6" ],
+    "avail": "1.0.0",
+    "cmd-syntax": "{
+    '"command\": \"statistic-get-all\",
+    \"arguments\": { }
+}",
+    "cmd-comment": "The server will respond with details of all recorded statistics, with result set to 0 indicating that it iterated over all statistics (even when the total number of statistics is zero).",
+}
\ No newline at end of file