From 040eee1aa49b49df4698d83a05af57c220127fd1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 13:36:04 +0200 Subject: Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann --- src/share/api/statistic-get-all.json | 64 ++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/share/api/statistic-get-all.json (limited to 'src/share/api/statistic-get-all.json') 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 ", + "name": "statistic-get-all", + "support": [ + "kea-dhcp4", + "kea-dhcp6", + "kea-dhcp-ddns" + ] +} -- cgit v1.2.3