aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-11-17 13:12:33 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-11-17 13:12:33 +0100
commit1aa7d9bdb6d517a70eb1ee5f158a305677c8157f (patch)
tree0ac08fffae6c94005e9ee3a8534ee25ee39b8847 /schema
parentbd269c9ead187c026094cf7eee9d9c292416e309 (diff)
nDPId daemon status event: serialize nDPI API version + Size/Flow
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/daemon_event_schema.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json
index 1aa902094..c268e7b13 100644
--- a/schema/daemon_event_schema.json
+++ b/schema/daemon_event_schema.json
@@ -9,7 +9,9 @@
"daemon_event_name",
"global_ts_usec",
"version",
- "ndpi_version"
+ "ndpi_version",
+ "ndpi_api_version",
+ "size_per_flow"
],
"if": {
"properties": { "daemon_event_name": { "enum": [ "init", "reconnect" ] } }
@@ -63,6 +65,15 @@
"ndpi_version": {
"type": "string"
},
+ "ndpi_api_version": {
+ "type": "number",
+ "minimum": 11500
+ },
+ "size_per_flow": {
+ "type": "number",
+ "minimum": 1400,
+ "maximum": 1500
+ },
"max-flows-per-thread": {
"type": "number"