summaryrefslogtreecommitdiffstats
path: root/src/share/api/statistic-get-all.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/api/statistic-get-all.json')
-rw-r--r--src/share/api/statistic-get-all.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/share/api/statistic-get-all.json b/src/share/api/statistic-get-all.json
new file mode 100644
index 0000000..df1eae3
--- /dev/null
+++ b/src/share/api/statistic-get-all.json
@@ -0,0 +1,64 @@
+{
+ "access": "read",
+ "avail": "1.0.0",
+ "brief": [
+ "This command retrieves all recorded statistics."
+ ],
+ "cmd-comment": [
+ "The server responds with the details of all recorded statistics, with a result of 0 indicating that it iterated over all statistics (even when the total number of statistics is zero)."
+ ],
+ "cmd-syntax": [
+ "{",
+ " \"command\": \"statistic-get-all\",",
+ " \"arguments\": { }",
+ "}"
+ ],
+ "resp-syntax": [
+ "{",
+ " \"result\": 0,",
+ " \"arguments\": {",
+ " \"cumulative-assigned-addresses\": [ [ 0, \"2022-02-11 17:54:17.487569\" ] ],",
+ " \"declined-addresses\": [ [ 0, \"2022-02-11 17:54:17.487555\" ] ],",
+ " \"pkt4-ack-received\": [ [ 0, \"2022-02-11 17:54:17.455233\" ] ],",
+ " \"pkt4-ack-sent\": [ [ 0, \"2022-02-11 17:54:17.455256\" ] ],",
+ " \"pkt4-decline-received\": [ [ 0, \"2022-02-11 17:54:17.455259\" ] ],",
+ " \"pkt4-discover-received\": [ [ 0, \"2022-02-11 17:54:17.455263\" ] ],",
+ " \"pkt4-inform-received\": [ [ 0, \"2022-02-11 17:54:17.455265\" ] ],",
+ " \"pkt4-nak-received\": [ [ 0, \"2022-02-11 17:54:17.455269\" ] ],",
+ " \"pkt4-nak-sent\": [ [ 0, \"2022-02-11 17:54:17.455271\" ] ],",
+ " \"pkt4-offer-received\": [ [ 0, \"2022-02-11 17:54:17.455274\" ] ],",
+ " \"pkt4-offer-sent\": [ [ 0, \"2022-02-11 17:54:17.455277\" ] ],",
+ " \"pkt4-parse-failed\": [ [ 0, \"2022-02-11 17:54:17.455280\" ] ],",
+ " \"pkt4-receive-drop\": [ [ 0, \"2022-02-11 17:54:17.455284\" ] ],",
+ " \"pkt4-received\": [ [ 0, \"2022-02-11 17:54:17.455287\" ] ],",
+ " \"pkt4-release-received\": [ [ 0, \"2022-02-11 17:54:17.455290\" ] ],",
+ " \"pkt4-request-received\": [ [ 0, \"2022-02-11 17:54:17.455293\" ] ],",
+ " \"pkt4-sent\": [ [ 0, \"2022-02-11 17:54:17.455296\" ] ],",
+ " \"pkt4-unknown-received\": [ [ 0, \"2022-02-11 17:54:17.455299\" ] ],",
+ " \"reclaimed-declined-addresses\": [ [ 0, \"2022-02-11 17:54:17.487559\" ] ],",
+ " \"reclaimed-leases\": [ [ 0, \"2022-02-11 17:54:17.487564\" ] ],",
+ " \"subnet[1].assigned-addresses\": [ [ 0, \"2022-02-11 17:54:17.487579\" ] ],",
+ " \"subnet[1].cumulative-assigned-addresses\": [ [ 0, \"2022-02-11 17:54:17.487528\" ] ],",
+ " \"subnet[1].declined-addresses\": [ [ 0, \"2022-02-11 17:54:17.487585\" ] ],",
+ " \"subnet[1].reclaimed-declined-addresses\": [ [ 0, \"2022-02-11 17:54:17.487595\" ] ],",
+ " \"subnet[1].reclaimed-leases\": [ [ 0, \"2022-02-11 17:54:17.487604\" ] ],",
+ " \"subnet[1].total-addresses\": [ [ 200, \"2022-02-11 17:54:17.487512\" ] ],",
+ " \"subnet[1].v4-reservation-conflicts\": [ [ 0, \"2022-02-11 17:54:17.487520\" ] ]",
+ " \"v4-allocation-fail\": [ [ 0, \"2022-02-11 17:54:17.455302\" ] ],",
+ " \"v4-allocation-fail-classes\": [ [ 0, \"2022-02-11 17:54:17.455306\" ] ],",
+ " \"v4-allocation-fail-no-pools\": [ [ 0, \"2022-02-11 17:54:17.455310\" ] ],",
+ " \"v4-allocation-fail-shared-network\": [ [ 0, \"2022-02-11 17:54:17.455319\" ] ],",
+ " \"v4-allocation-fail-subnet\": [ [ 0, \"2022-02-11 17:54:17.455323\" ] ]",
+ " \"v4-reservation-conflicts\": [ [ 0, \"2022-02-11 17:54:17.455330\" ] ]",
+ " }",
+ "}"
+ ],
+
+ "description": "See <xref linkend=\"command-statistic-get-all\"/>",
+ "name": "statistic-get-all",
+ "support": [
+ "kea-dhcp4",
+ "kea-dhcp6",
+ "kea-dhcp-ddns"
+ ]
+}