From 34b58afe229846c0ed260db25d8e55bb3ed2a00f Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 4 Oct 2018 15:33:20 -0400 Subject: [PATCH] Add new file --- doc/api/statistic-get-all.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/api/statistic-get-all.json diff --git a/doc/api/statistic-get-all.json b/doc/api/statistic-get-all.json new file mode 100644 index 0000000000..03bd4a2bf9 --- /dev/null +++ b/doc/api/statistic-get-all.json @@ -0,0 +1,12 @@ +{ + "name": "statistic-get-all", + "brief": "The statistic-get-all command retrieves all statistics recorded.", + "description": "See ", + "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 -- 2.47.2