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
55
56
57
58
59
60
|
{
"requestDetails":
{
"modelInfo":
{
"modelType":"service",
"modelInvariantUuid":"uuid-miu-svc-011-abcdef",
"modelVersionId":"ASDC_TOSCA_UUID",
"modelName":"SIModelName1",
"modelVersion":"2"
},
"subscriberInfo":
{
"globalSubscriberId":"SDN-ETHERNET-INTERNET",
"subscriberName":"Kaneohe"
},
"requestInfo":
{
"source":"VID",
"suppressRollback":"false",
"productFamilyId":"a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
"instanceName":"serviceInstanceName"
},
"cloudConfiguration":
{
"lcpCloudRegionId":"mdt1_123",
"tenantId":"8b1df54faa3b49078e3416e21370a3ba"
},
"owningEntity": {
"owningEntityId": "038d99af-0427-42c2-9d15-971b99b9b489",
"owningEntityName": "PACKET CORE"
},
"requestParameters":
{
"subscriptionServiceType":"123456789",
"aLaCarte":"false",
"userParams": [
{
"name": "BRG_WAN_MAC_Address"
},
{
"name": "Customer_Location",
"value":
{
"customerLatitude" : "32.89748",
"customerLongitude" : "-97.040443"
}
},
{
"name": "Homing_Model_Ids",
"value":
{
"resourceModuleName" : "test"
}
}
]
}
}
}
|