From be11dee889f5a740d584458b62804e5fd4296e53 Mon Sep 17 00:00:00 2001 From: s00370346 Date: Thu, 14 Mar 2019 15:06:40 +0530 Subject: Issue-ID: DCAEGEN2-1055 Generic RestConfCollector Change-Id: I1800affa2b34cbb7487c0d8411e078adec5a0c48 Signed-off-by: s00370346 --- etc/ont_registartion_subscription_template.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 etc/ont_registartion_subscription_template.json (limited to 'etc/ont_registartion_subscription_template.json') diff --git a/etc/ont_registartion_subscription_template.json b/etc/ont_registartion_subscription_template.json new file mode 100755 index 0000000..eae6325 --- /dev/null +++ b/etc/ont_registartion_subscription_template.json @@ -0,0 +1,19 @@ +{ + "input": { + "encoding": "encode-json", + "protocol": "sse", + "subscription" : [ + { + "topic" : "resources", + "object-type-infos" : [ + { + "object-type" : "onu", + "version" : "v1" + } + ], + "operation" : ["create"] + } + ] + } +} + -- cgit 1.2.3-korg