[ONOS-5805] MEF SCA REST API app for CE App

    Migrating MEF SCA API translation app to onos-app-samples.

    - Originally developed mainly by Konstantinos Kanonakis <kanonakisk@gmail.com>

Change-Id: Ibf9f9e60c4dcd6375dd135a2f2c7714e3cd7d127
diff --git a/mef-sca-api/examples/sca-evpl-create-example.json b/mef-sca-api/examples/sca-evpl-create-example.json
new file mode 100644
index 0000000..a3ad5a0
--- /dev/null
+++ b/mef-sca-api/examples/sca-evpl-create-example.json
@@ -0,0 +1,44 @@
+{
+    "evcServiceType": "Point_To_Point",
+    "evcCfgIdentifier": "EVPL1",
+    "SCA_ETH_Flow_Points": [
+        {
+            "evcPerUniCfgIdentifier": "EVPL1-UNI1",
+            "ingressBandwidthProfilePerEvc": {
+                    "bwpCfgIdentifier": "",
+                    "bwpCfgCir": 1000000,
+                    "bwpCfgCbs": 3000,
+                    "bwpCfgEir": 1000000,
+                    "bwpCfgEbs": 3000
+            },
+            "scaEthFppUniN": {
+                "transportPort": {
+                    "CLLI": "CPqD-1-1",
+                    "Hostname": "of:0000000000000001",
+                    "Port": "1"
+                },
+                "interfaceCfgIdentifier": "uni1",
+                "ceVlanId": "100"
+            }
+        },
+        {
+            "evcPerUniCfgIdentifier": "EVPL1-UNI2",
+            "ingressBandwidthProfilePerEvc": {
+                    "bwpCfgIdentifier": "",
+                    "bwpCfgCir": 1000000,
+                    "bwpCfgCbs": 3000,
+                    "bwpCfgEir": 1000000,
+                    "bwpCfgEbs": 3000
+            },
+            "scaEthFppUniN": {
+                "transportPort": {
+                    "CLLI": "CPqD-2-1",
+                    "Hostname": "of:0000000000000002",
+                    "Port": "1"
+                },
+                "interfaceCfgIdentifier": "uni2",
+                "ceVlanId": "100"
+            }
+        }
+    ]
+}