From 314224c5ccbd1d23000d258998f71393bc02bd34 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Wed, 9 Jan 2019 16:24:15 +0100
Subject: [PATCH] added docs for new /classifier/* routes

---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index 142aacf6..7f849d0d 100644
--- a/README.md
+++ b/README.md
@@ -256,3 +256,17 @@ Any non-empty responses are JSON formatted messages.
 
   This resource updates data that should only be refreshed
   in case of system restart.
+
+* /classifier/infinera-dna-addresses, /classifier/juniper-server-addresses
+
+  Both of these resources return lists of source addresses
+  of known senders of snmp traps.  Responses will be
+  formatted as follows:
+
+    ```json
+    {
+        "$schema": "http://json-schema.org/draft-07/schema#",
+        "type": "array",
+        "items": {"type": "string"}
+    }
+    ```
\ No newline at end of file
-- 
GitLab