Adding EVC rest enpoint for CarrierEthernet app
Change-Id: Ie6a1c0e5ab1fe1cd17d0fefb892f51cf540ead3e
diff --git a/carrierethernet/src/main/resources/sampleEVC.json b/carrierethernet/src/main/resources/sampleEVC.json
new file mode 100644
index 0000000..2eaf759
--- /dev/null
+++ b/carrierethernet/src/main/resources/sampleEVC.json
@@ -0,0 +1,14 @@
+{
+ "evcId": "evc1",
+ "evcCfgId": "evpl1",
+ "uniList": [
+ "netconf:192.168.56.10:830/0",
+ "netconf:192.168.56.20:830/0"
+ ],
+ "evcType": "POINT_TO_POINT",
+ "vlanId": 100,
+ "cir": "400",
+ "eir": "200",
+ "cbs": "3000",
+ "ebs": "2000"
+}
\ No newline at end of file