diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-14 12:43:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-14 12:43:49 +0000 |
commit | 4f07c48d03f9bbe6d1a367594d719a19cfee0959 (patch) | |
tree | b7bfb27538b44c2532654276b5470a9593666a88 /platform-logic/restapi-templates/src/main/json/optical-service-create-msa.json | |
parent | 45668145649102a2b1b2378e682c8e23f756a8b8 (diff) | |
parent | baa546ffb1fcc4fcfbba13b05511b6c85df8d302 (diff) |
Merge "MSA delete services issues fixed for MDONS use case"
Former-commit-id: a8398eef1ac270ab7a145e812856b62171af8b6f
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}, |