aboutsummaryrefslogtreecommitdiffstats
path: root/tests/usecases/pnf-sw-upgrade/data/serviceInstantiationDownloadRequest.json
blob: 0042ac26b10d646ea62fbf6b0b90c08225be7c8b (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
{
    "requestDetails":{
      "requestInfo":{
        "source":"VID",
        "suppressRollback":false,
        "requestorId":"demo"
      },
      "modelInfo":{
        "modelType":"service",
        "modelInvariantUuid":"fe41489e-1563-46a3-b90a-1db629e4375b",
        "modelInvariantId" : "fe41489e-1563-46a3-b90a-1db629e4375b",
        "modelUuid":"cd4decf6-4f27-4775-9561-0e683ed43635",
        "modelVersionId" : "cd4decf6-4f27-4775-9561-0e683ed43635",
        "modelName":"Demo_svc",
        "modelVersion":"1.0"
      },
      "requestParameters":{
        "userParams":[
          {
            "name":"targetSoftwareVersion",
            "value":"pnf_sw_version-2.0.0"
          },
          {
            "name":"pnfName",
            "value":"PNFDemo"
          }
        ],
        "subscriptionServiceType":"vCPE",
        "aLaCarte":false
   
      },
      "subscriberInfo": {
              "globalSubscriberId": "DemoCustomer"
          },
     "project": {
              "projectName": "pnfSWUProject"
          },
      "owningEntity": {
          "owningEntityId": "f2e1071e-3d47-4a65-94d4-e473ec03326a",
          "owningEntityName": "OE-Demonstration"
          }
    }
  }