From: Suzanne Goldlust Date: Thu, 4 Oct 2018 19:42:01 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b44846ffc86f9d7bf4992517fbae39919137a32;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/statistic-remove.json b/doc/api/statistic-remove.json new file mode 100644 index 0000000000..a2bfb4ff28 --- /dev/null +++ b/doc/api/statistic-remove.json @@ -0,0 +1,14 @@ +{ + "name": "statistic-remove", + "brief": "The statistic-remove command attempts to delete 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-remove\", + \"arguments\": { + \"name\": \"pkt4-received\" + } +}", + "cmd-comment": "If the specific statistic is found and its removal was successful, the server will respond with a status of 0, indicating success and an empty parameters field. If an error is encountered (e.g. requested statistic was not found), 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