Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / p2p-subscribe-notification.json
1 {
2   "ietf-eth-service-oam:input": {
3     "oam-config-list": [
4       {
5         "service-name": ${eth-service-name},
6         "source": {
7           "meg-id": "12345678",
8           "meg-level": 4,
9           "mep-id": 3,
10           "remote-mep-id": 4
11         },
12         "destination": {
13           "meg-id": "12345678",
14           "meg-level": 4,
15           "mep-id": 4,
16           "remote-mep-id": 3
17         },
18         "cc-interval": "interval-1s"
19       }
20     ]
21   }
22 }