summaryrefslogtreecommitdiffstats
path: root/etc/ont_registartion_subscription_template.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ont_registartion_subscription_template.json')
-rwxr-xr-xetc/ont_registartion_subscription_template.json19
1 files changed, 19 insertions, 0 deletions
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"]
+ }
+ ]
+ }
+}
+