From 40a82881c6b1d8db3664497595a9c48ec8911ea7 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Fri, 25 Jan 2019 11:22:51 +0000 Subject: [PATCH] added trap metadata api details --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7f849d0d..6983b100 100644 --- a/README.md +++ b/README.md @@ -269,4 +269,18 @@ Any non-empty responses are JSON formatted messages. "type": "array", "items": {"type": "string"} } + ``` + +* /classifier/*`type`*/*`source-equipment`*/`*source-interface*` + + The source-equipment is the equipment that causes the trap, not the NMS that + sends it. + + The response will be an object containing the metadata + + ```json + { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object" + } ``` \ No newline at end of file -- GitLab