diff options
author | 2020-05-14 09:21:33 +0000 | |
---|---|---|
committer | 2020-05-14 09:21:45 +0000 | |
commit | e5a6496385b45354ffe45b648f7334a42de53c3b (patch) | |
tree | d8b28fe697480f6bf10b2554af19a26073be5201 /platform-logic/restapi-templates/src/main/json/optical-service-create-msa.json | |
parent | f1ddb7fe50941d156e7720aa1b22d1de361c2963 (diff) |
MSA delete services issues fixed for
MDONS use case
Issue-ID: SDNC-1189
Change-Id: I5cdace3cd7474b4fafed645e43867fc50d4b2094
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
Former-commit-id: 88b825c7e73246469cff1de0266aa5a1ca8ac40c
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/optical-service-create-msa.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/optical-service-create-msa.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/optical-service-create-msa.json b/platform-logic/restapi-templates/src/main/json/optical-service-create-msa.json index cd26b7e6..8806f4b8 100644 --- a/platform-logic/restapi-templates/src/main/json/optical-service-create-msa.json +++ b/platform-logic/restapi-templates/src/main/json/optical-service-create-msa.json @@ -5,8 +5,8 @@ "sdnc-request-header":{ "request-id": ${optical-service-create-input.request-id}, "rpc-action":"service-create", - "notification-url": ${notification-url}, - "request-system-id":"SDN-ONAP" + "notification-url": "http://sdnc.onap:8090/receiver/services", + "request-system-id":"DCAE" }, "service-a-end":{ "service-rate": ${optical-service-create-input.payload.service-rate}, |