]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3328] Corrected JOSN errors in doc
authorThomas Markwalder <tmark@isc.org>
Thu, 13 Jun 2024 19:06:55 +0000 (15:06 -0400)
committerFrancis Dupont <fdupont@isc.org>
Sat, 15 Jun 2024 07:17:39 +0000 (09:17 +0200)
modified:   hooks-perfmon.rst

doc/sphinx/arm/hooks-perfmon.rst

index 691961aaeae3678e636c78d6c33bf457dcb46ea6..e4a91555e08d7f3d747802620efdbafced9511ba 100644 (file)
@@ -254,7 +254,7 @@ flags are always returned:
        "text": "perfmon-control success",
        "arguments": {
             "enable-monitoring": true,
-            "stats-mgr-reporting": false"
+            "stats-mgr-reporting": false
        }
    }
 
@@ -272,7 +272,7 @@ the Perfmon hook library.
     {
         "command": "perfmon-get-all-durations",
         "arguments": {
-            "result-set-format\": true"
+            "result-set-format": true
         }
     }
 
@@ -288,7 +288,7 @@ of durations will be returned as a list of individual elements as shown below:
 
     {
         "arguments": {
-           "durations\": [{
+           "durations": [{
                "duration-key": {
                    "query-type": "DHCPDISCOVER",
                    "response-type": "DHCPOFFER",
@@ -301,7 +301,7 @@ of durations will be returned as a list of individual elements as shown below:
                "occurrences": 501,
                "start-time": "2024-06-12 17:52:06.814884",
                "total-duration-usecs": 23951,
-               "ave-duration-usecs\": 47
+               "ave-duration-usecs": 47
            },
            ..,
            ]",