aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json
blob: b6ea94bca7198df596d1dedac950dfc7557ada40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "ietf-eth-service-oam:input": {
    "oam-config-list": [
      {
        "service-name": ${eth-service-name},
        "source": {
          "meg-id": "12345678",
          "meg-level": 4,
          "mep-id": 3,
          "remote-mep-id": 4
        },
        "destination": {
          "meg-id": "12345678",
          "meg-level": 4,
          "mep-id": 4,
          "remote-mep-id": 3
        },
        "cc-interval": "interval-1s"
      }
    ]
  }
}