--- /dev/null
+{
+ "name": "stat-lease6-get",
+ "brief": "The stat-lease6-get command fetches lease statistics for a range of known subnets.",
+ "description": "See <xref linkend=\"idp81\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.4.0",
+ "hook": "stat_cmds",
+ "cmd-syntax": "{
+ \"command\": \"stat-lease6-get\",
+ \"arguments\": {
+ \"subnet-id\" : 10
+ }
+}",
+ "resp-syntax": "{
+ \"result\": 0,
+ \"text\": \"stat-lease6-get: 2 rows found\",
+ \"arguments\": {
+ \"result-set\": {
+ \"columns\": [ \"subnet-id\", \"total-nas\", \"assigned-nas\", \"declined-nas\", \"total-pds\", \"assigned-pds\" ]
+ \"rows\": [
+ [ 10, 4096, 2400, 3, 0, 0],
+ [ 20, 0, 0, 0, 1048, 233 ]
+ [ 30, 256, 60, 0, 1048, 15 ]
+ ],
+ \"timestamp\": \"2018-05-04 15:03:37.000000\"
+ }
+ }
+ }",
+}
\ No newline at end of file