diff options
Diffstat (limited to 'vid-ext-services-simulator/src/main')
-rw-r--r-- | vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json b/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json index afbfde207..b49cb413f 100644 --- a/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json +++ b/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json @@ -1,7 +1,7 @@ { "simulatorRequest": { "method" : "POST", - "path" : "/onap/so/infra/instanceManagement/v1/serviceInstances/[a-fA-F0-9-]*/vnfs/[a-fA-F0-9-]*/workflows/[a-fA-F0-9-]*", + "path" : "/instanceManagement/v1/serviceInstances/[a-fA-F0-9-]*/vnfs/[a-fA-F0-9-]*/workflows/[a-fA-F0-9-]*", "body" : { "requestDetails": { "cloudConfiguration": { |