Some bug fixing for E-Line based Cloud Leased-Line service support in CCVPN use-case.
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / p2p-subscribe-notification.json
index 02fd8a5..b6ea94b 100644 (file)
@@ -1 +1,22 @@
-{ "ietf-subscribed-notifications:input": { "encoding": "encode-json" } }
\ No newline at end of file
+{
+  "ietf-eth-service-oam:input": {
+    "oam-config-list": [
+      {
+        "service-name": ${eth-service-name},
+        "source": {
+          "meg-id": "12345678",
+          "meg-level": 4,
+          "mep-id": 3,
+          "remote-mep-id": 4
+        },
+        "destination": {
+          "meg-id": "12345678",
+          "meg-level": 4,
+          "mep-id": 4,
+          "remote-mep-id": 3
+        },
+        "cc-interval": "interval-1s"
+      }
+    ]
+  }
+}
\ No newline at end of file