Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / p2p-ethernet-service-modify.json
1 {
2     "ietf-eth-tran-service:etht-svc-instances": [
3         {
4             "etht-svc-name": ${eth-service-name},
5             "etht-svc-end-points": [
6                 {
7                     "etht-svc-end-point-name": "0",
8                     "ingress-egress-bandwidth-profile": {
9                         "bandwidth-profile-type": "ietf-eth-tran-types:mef-10-bwp",
10                         "CIR": ${CIR},
11                         "EIR": "0"
12                     }
13                 },
14                 {
15                     "etht-svc-end-point-name": "1",
16                     "ingress-egress-bandwidth-profile": {
17                         "bandwidth-profile-type": "ietf-eth-tran-types:mef-10-bwp",
18                         "CIR": ${CIR},
19                         "EIR": "0"
20                     }
21                 }
22             ]
23         }
24     ]
25 }