From 30794f9184dc2220a557ba5610a434c2a2bac801 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Mon, 25 Mar 2019 10:07:38 +0100 Subject: Sending workflow data from UI to SO Change-Id: I39c78584c61eb317d4eaf2861ece810c1b60ab01 Issue-ID: VID-401 Signed-off-by: Bartosz Gardziejewski --- epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index 5668b785b..ac8c3931b 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -112,6 +112,7 @@ mso.restapi.vnf.changemanagement.instance=/serviceInstances/v6//networks mso.restapi.vf.module.scaleout=/serviceInstantiation/v7/serviceInstances//vnfs//vfModules/scaleOut mso.restapi.vf.module.instance=/serviceInstances/v6//vnfs//vfModules +mso.restapi.workflow.invoke=/onap/so/infra/instanceManagement/v1/serviceInstances//vnfs//workflows/ mso.restapi.volume.group.instance=/serviceInstances/v6//vnfs//volumeGroups mso.restapi.instance.group=/serviceInstantiation/v7/instanceGroups mso.restapi.get.orc.req=/orchestrationRequests/v6 -- cgit 1.2.3-korg