Support for integration of E-Line based Cloud Leased Line service with hardware domai...
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / p2p-ethernet-service-modify.json
diff --git a/platform-logic/restapi-templates/src/main/json/p2p-ethernet-service-modify.json b/platform-logic/restapi-templates/src/main/json/p2p-ethernet-service-modify.json
new file mode 100644 (file)
index 0000000..1da2613
--- /dev/null
@@ -0,0 +1,25 @@
+{
+    "ietf-eth-tran-service:etht-svc-instances": [
+        {
+            "etht-svc-name": ${eth-service-name},
+            "etht-svc-end-points": [
+                {
+                    "etht-svc-end-point-name": "0",
+                    "ingress-egress-bandwidth-profile": {
+                        "bandwidth-profile-type": "ietf-eth-tran-types:mef-10-bwp",
+                        "CIR": ${CIR},
+                        "EIR": "0"
+                    }
+                },
+                {
+                    "etht-svc-end-point-name": "1",
+                    "ingress-egress-bandwidth-profile": {
+                        "bandwidth-profile-type": "ietf-eth-tran-types:mef-10-bwp",
+                        "CIR": ${CIR},
+                        "EIR": "0"
+                    }
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file