aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/p2p-ethernet-service-modify.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/p2p-ethernet-service-modify.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/p2p-ethernet-service-modify.json25
1 files changed, 25 insertions, 0 deletions
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
index 00000000..1da2613e
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/p2p-ethernet-service-modify.json
@@ -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