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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
{
"requestInfo" : {
"transactionId" : "requestId",
"requestId" : "requestId",
"callbackUrl" : "http://localhost:28080/mso/WorkflowMesssage/OofResponse/requestId",
"sourceId" : "mso",
"requestType" : "create",
"numSolutions" : 1,
"optimizers" : [ "placement" ],
"timeout" : 1800
},
"serviceInfo" : {
"serviceInstanceId" : "testServiceInstanceId1",
"serviceName" : "testServiceType1",
"modelInfo":{
"modelInvariantId":"testModelInvariantUUID1",
"modelVersionId":"testModelUUID1",
"modelName":"testModelName1",
"modelVersion":"testModelVersion1"
}
},
"placementInfo" : {
"requestParameters" : {
"customerLatitude" : "customerLatitude",
"customerLongitude" : "customerLongitude",
"customerName" : "testCustomerName"
},
"subscriberInfo" : {
"globalSubscriberId" : "testCustomerId",
"subscriberName" : "testCustomerName"
},
"placementDemands" : [ {
"resourceModuleName" : "testProxyInstanceName1",
"serviceResourceId" : "testProxyId1",
"resourceModelInfo" : {
"modelInvariantId" : "testProxyModelInvariantUuid1",
"modelVersionId" : "testProxyModelUuid1",
"modelName" : "testProxyModelName1",
"modelVersion" : "testProxyModelVersion1"
}
}, {
"resourceModuleName" : "testProxyInstanceName2",
"serviceResourceId" : "testProxyId2",
"resourceModelInfo" : {
"modelInvariantId" : "testProxyModelInvariantUuid2",
"modelVersionId" : "testProxyModelUuid2",
"modelName" : "testProxyModelName2",
"modelVersion" : "testProxyModelVersion2"
}
}, {
"resourceModuleName" : "testProxyInstanceName1",
"serviceResourceId" : "testProxyId1",
"resourceModelInfo" : {
"modelInvariantId" : "testProxyModelInvariantUuid1",
"modelVersionId" : "testProxyModelUuid1",
"modelName" : "testProxyModelName1",
"modelVersion" : "testProxyModelVersion1"
}
}, {
"resourceModuleName" : "testProxyInstanceName2",
"serviceResourceId" : "testProxyId2",
"resourceModelInfo" : {
"modelInvariantId" : "testProxyModelInvariantUuid2",
"modelVersionId" : "testProxyModelUuid2",
"modelName" : "testProxyModelName2",
"modelVersion" : "testProxyModelVersion2"
}
}, {
"resourceModuleName" : "testProxyInstanceName1",
"serviceResourceId" : "testProxyId1",
"resourceModelInfo" : {
"modelInvariantId" : "testProxyModelInvariantUuid1",
"modelVersionId" : "testProxyModelUuid1",
"modelName" : "testProxyModelName1",
"modelVersion" : "testProxyModelVersion1"
}
}, {
"resourceModuleName" : "testProxyInstanceName2",
"serviceResourceId" : "testProxyId2",
"resourceModelInfo" : {
"modelInvariantId" : "testProxyModelInvariantUuid2",
"modelVersionId" : "testProxyModelUuid2",
"modelName" : "testProxyModelName2",
"modelVersion" : "testProxyModelVersion2"
}
} ]
},
"licenseInfo" : {
"licenseDemands" : [ ]
}
}
|