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