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
48
49
50
51
52
53
54
|
{
"requestDetails":{
"requestInfo":{
"source":"VID",
"suppressRollback":false,
"requestorId":"demo",
"productFamilyId":"SWUPid"
},
"modelInfo":{
"modelType":"service",
"modelInvariantUuid":"339b7a2f-9524-4dbf-9eee-f2e05521df3f",
"modelInvariantId":"339b7a2f-9524-4dbf-9eee-f2e05521df3f",
"modelUuid":"32daaac6-5017-4e1e-96c8-6a27dfbe1421",
"modelName":"PNF_int_service_2",
"modelVersion":"1.0"
},
"requestParameters":{
"userParams":[
{
"name":"aic_zone",
"value":"nova"
},
{
"name":"pnfId",
"value":"PNFDemo"
},
{
"name":"targetSoftwareVersion",
"value":"demo-sw-ver2.0.0"
},
{
"name":"pnfName",
"value":"PNFDemo"
}
],
"subscriptionServiceType":"SWUP",
"aLaCarte":false
},
"cloudConfiguration":{
"lcpCloudRegionId":"regionOne",
"tenantId":"09a63533072f4a579d5c99c3b8fe94c6"
},
"subscriberInfo":{
"globalSubscriberId":"ADemoCustomerInEric"
},
"project":{
"projectName":"Project-Demonstration"
},
"owningEntity":{
"owningEntityId":"5eae949c-1c50-4780-b8b5-7cbeb08856b4",
"owningEntityName":"OE-Demonstration"
}
}
}
|