94fc543b627e794d71a70d92db73019df6bde339
[vid.git] / vid-ext-services-simulator / src / main / resources / preset_registration / changeManagement / mso_invoke_workflow01.json
1 {
2   "simulatorRequest": {
3     "method" : "POST",
4     "path" : "/onap/so/infra/instanceManagement/v1/serviceInstances/[a-fA-F0-9-]*/vnfs/[a-fA-F0-9-]*/workflows/[a-fA-F0-9-]*",
5     "body" : {
6       "requestDetails": {
7         "cloudConfiguration": {
8           "lcpCloudRegionId": "RegionOne",
9           "tenantId": "982c540f6e69488eb6be5664255e00c0"
10         },
11         "requestParameters": {
12           "userParams": [
13             {
14               "[FIRST]parameter 1": "011"
15             }
16           ]
17         }
18       }
19     }
20   },
21   "simulatorResponse": {
22     "responseCode": 200,
23     "body": {
24       "inf": "workflow 1 invoked"
25     }
26   }
27 }