aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/mso_invoke_workflow01.json
blob: b49cb413f760ebb17fc0b193afaf626de812c392 (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
30
31
{
  "simulatorRequest": {
    "method" : "POST",
    "path" : "/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": [
            {
              "operations_timeout": "a",
              "existing_software_version": "a",
              "new_software_version": "a"
            }
          ]
        }
      }
    }
  },
  "simulatorResponse": {
    "responseCode": 200,
    "body": {
      "requestId": "ff3514e3-5a33-55df-13ab-12abad84e7ff",
      "instanceId": "078046c2-d624-4480-a11d-b92f1fb40be5",
      "requestSelfLink": "https://mso-apih-dev1-s1.ecomp.idns.cip.att.com:30251/onap/so/infra/orchestrationRequests/v7/ff3514e3-5a33-55df-13ab-12abad84e7ff"
    }
  }
}