From 2360082ba553bc6cac39e7f7e6951d20a72e9582 Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Mon, 12 Sep 2022 11:44:00 -0400 Subject: Some bug fixing for E-Line based Cloud Leased-Line service support in CCVPN use-case. Issue-ID: SDNC-1732 Signed-off-by: Hesam Rahimi Change-Id: I60ed754abd080879af1908680f7d6862460ef0a0 Former-commit-id: 7de23e988c7cf73972e07eaf2186728fb47ef756 --- .../src/main/json/p2p-subscribe-notification.json | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json') diff --git a/platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json b/platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json index 02fd8a54..b6ea94bc 100644 --- a/platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json +++ b/platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json @@ -1 +1,22 @@ -{ "ietf-subscribed-notifications:input": { "encoding": "encode-json" } } \ No newline at end of file +{ + "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" + } + ] + } +} \ No newline at end of file -- cgit 1.2.3-korg