aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/ServiceInstanceTest/ExecutePNFCustomWorkflow.json
blob: 09f94b61a4fb9b70ec02d6435553698c2c348c75 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "requestDetails":{
    "subscriberInfo":{
      "globalSubscriberId":"Test"
    },
    "requestInfo":{
      "suppressRollback": false,
      "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
      "requestorId": "tester",
      "instanceName":"testInstanceName",
      "source":"test"
    },
    "cloudConfiguration":{
      "lcpCloudRegionId": "RegionOne",
      "tenantId": "7320ec4a5b9d4589ba7c4412ccfd290f",
      "cloudOwner": "CloudOwner"
    },
    "requestParameters":{
      "subscriptionServiceType": "test",
      "userParams":[
      {
        "name": "key1",
        "value": "val1"
      },
      {
        "name": "key2",
        "value": "val2"
      }],
      "aLaCarte": false,
      "payload": "{\"k1\": \"v1\"}"
      },
      "project":{
         "projectName": "Test"
      },
      "owningEntity":{
        "owningEntityId":"67f2e84c-734d-4e90-a1e4-d2ffa2e75849",
        "owningEntityName":"OE-Test"
      },
      "modelInfo":{
        "modelVersion": "2.0",
        "modelVersionId": "test-version-id",
        "modelInvariantId": "test-invariantUUID",
        "modelName": "test-name",
        "modelType": "pnf"
      }
   }
}