From: Razvan Becheriu Date: Wed, 7 Aug 2019 19:23:51 +0000 (+0300) Subject: [#756, !470] fixed sphinx docs X-Git-Tag: Kea-1.6.0~41^2~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59fb24794af8a9ca8ee3621bc01dfd507350b2c1;p=thirdparty%2Fkea.git [#756, !470] fixed sphinx docs --- diff --git a/doc/sphinx/api/statistic-get.json b/doc/sphinx/api/statistic-get.json index 42697d1e06..3b923d6bb9 100644 --- a/doc/sphinx/api/statistic-get.json +++ b/doc/sphinx/api/statistic-get.json @@ -16,7 +16,7 @@ ], "resp-syntax": [ "{", - " \"result\": 0", + " \"result\": 0,", " \"arguments\": {", " \"pkt4-received\": [ [ \"first_value\", \"2019-07-30 10:11:19.498739\" ], [ \"second_value\", \"2019-07-30 10:11:19.498662\" ] ]", " }", diff --git a/doc/sphinx/arm/stats.rst b/doc/sphinx/arm/stats.rst index 1d0a8f997b..06924512fe 100644 --- a/doc/sphinx/arm/stats.rst +++ b/doc/sphinx/arm/stats.rst @@ -208,12 +208,16 @@ An example response returning all collected statistics: :: { - "command": "statistic-get", + "command": "statistic-get-all", "arguments": { - "declined-addresses": [ [ 0, "2019-07-30 10:04:28.386733" ] ], "reclaimed-declined-addresses": [ [ 0, "2019-07-30 10:04:28.386735" ] ], - "reclaimed-leases": [ [ 0, "2019-07-30 10:04:28.386736" ] ], "subnet[1].assigned-addresses": [ [ 0, "2019-07-30 10:04:28.386740" ] ], - "subnet[1].declined-addresses": [ [ 0, "2019-07-30 10:04:28.386743" ] ], "subnet[1].reclaimed-declined-addresses": [ [ 0, "2019-07-30 10:04:28.386745" ] ], - "subnet[1].reclaimed-leases": [ [ 0, "2019-07-30 10:04:28.386747" ] ], "subnet[1].total-addresses": [ [ 200, "2019-07-30 10:04:28.386719" ] ] + "declined-addresses": [ [ 0, "2019-07-30 10:04:28.386733" ] ], + "reclaimed-declined-addresses": [ [ 0, "2019-07-30 10:04:28.386735" ] ], + "reclaimed-leases": [ [ 0, "2019-07-30 10:04:28.386736" ] ], + "subnet[1].assigned-addresses": [ [ 0, "2019-07-30 10:04:28.386740" ] ], + "subnet[1].declined-addresses": [ [ 0, "2019-07-30 10:04:28.386743" ] ], + "subnet[1].reclaimed-declined-addresses": [ [ 0, "2019-07-30 10:04:28.386745" ] ], + "subnet[1].reclaimed-leases": [ [ 0, "2019-07-30 10:04:28.386747" ] ], + "subnet[1].total-addresses": [ [ 200, "2019-07-30 10:04:28.386719" ] ] }, "result": 0 }