From: Suzanne Goldlust Date: Thu, 4 Oct 2018 19:23:12 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15aebd1f1b79f168029afc6e0e610751233db74e;p=thirdparty%2Fkea.git Add new file --- 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