From c8687a646dc1075ec2c4828c09ac295989a32dc6 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 4 Oct 2018 15:53:50 -0400 Subject: [PATCH] Add new file --- doc/api/statistic-remove-all.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/api/statistic-remove-all.json diff --git a/doc/api/statistic-remove-all.json b/doc/api/statistic-remove-all.json new file mode 100644 index 0000000000..821992ac28 --- /dev/null +++ b/doc/api/statistic-remove-all.json @@ -0,0 +1,12 @@ +{ + "name": "statistic-remove-all", + "brief": "The statistic-remove-all command attempts to delete all statistics.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.0.0", + "cmd-syntax": "{ + \"command\": \"statistic-remove-all\", + \"arguments\": { } +}", + "cmd-comment": "If the removal of all statistics was successful, the server will respond with a status of 0, indicating success and an empty parameters field. If an error is encountered, 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