--- /dev/null
+{
+ "name": "statistic-reset-all",
+ "brief": "The statistic-reset command sets all statistics to their neutral values: 0 for integer, 0.0 for float, 0h0m0s0us for time duration and \"\" for string type.",
+ "description": "See <xref linkend=\"command-statistic-reset-all\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.0.0",
+ "cmd-syntax": "{
+ \"command\": \"statistic-reset-all\",
+ \"arguments\": { }
+}",
+ "cmd-comment": "If the operation is 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