From 15aebd1f1b79f168029afc6e0e610751233db74e Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 4 Oct 2018 15:23:12 -0400 Subject: [PATCH] Add new file --- doc/api/statistic-get.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/api/statistic-get.json diff --git a/doc/api/statistic-get.json b/doc/api/statistic-get.json new file mode 100644 index 0000000000..70dcb92618 --- /dev/null +++ b/doc/api/statistic-get.json @@ -0,0 +1,14 @@ +{ + "name": "statistic-get", + "brief": "The statistic-get command retrieves a single statistic. It takes a single string parameter called name that specifies the statistic name.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.0.0", + "cmd-syntax": "{ + \"command\": \"statistic-get\", + \"arguments\": { + \"name\": \"pkt4-received\" + } +}", + "cmd-comment": "The server will respond with details of the requested statistic, with a result set to 0 indicating success and the specified statistic as the value of the "arguments" parameter.", +} \ No newline at end of file -- 2.47.2