From 9b44846ffc86f9d7bf4992517fbae39919137a32 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 4 Oct 2018 15:42:01 -0400 Subject: [PATCH] Add new file --- doc/api/statistic-remove.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/api/statistic-remove.json 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 -- 2.47.2