update link to upper-constraints.txt
[optf/osdf.git] / test / placement-tests / response.json
1 {
2   "transactionId": "xxx-xxx-xxxx",
3   "requestId": "yyy-yyy-yyyy",
4   "requestStatus": "completed",
5   "statusMessage": "Success!",
6   "solutions": {
7     "placementSolutions": [
8       [
9         {
10           "resourceModuleName": "vGMuxInfra",
11           "serviceResourceId": "someResourceId",
12           "solution": {
13             "identifierType": "serviceInstanceId",
14             "identifiers": [
15               "gjhd-098-fhd-987"
16             ]
17           },
18           "assignmentInfo": [
19             {
20               "key": "cloudOwner",
21               "value": "amazon"
22             },
23             {
24               "key": "vnfHostName",
25               "value": "ahr344gh"
26             },
27             {
28               "key": "isRehome",
29               "value": "False"
30             },
31             {
32               "key": "cloudRegionId",
33               "value": "1ac71fb8-ad43-4e16-9459-c3f372b8236d"
34             },
35             {
36               "key": "oof_directives",
37               "value": {
38                 "directives": [
39                   {
40                     "id": "vgmux_1",
41                     "type": "vnfc",
42                     "directives": [
43                       {
44                         "type": "flavor_directives",
45                         "attributes": [
46                           {
47                             "attribute_name": "flavorLabel1",
48                             "attribute_value": "vimFlavorX"
49                           }
50                         ]
51                       }
52                     ]
53                   },
54                   {
55                     "id": "vgmux_2",
56                     "type": "vnfc",
57                     "directives": [
58                       {
59                         "type": "flavor_directives",
60                         "attributes": [
61                           {
62                             "attribute_name": "flavorLabel2",
63                             "attribute_value": "vimFlavorY"
64                           }
65                         ]
66                       }
67                     ]
68                   }
69                 ]
70               }
71             }
72           ]
73         },
74         {
75           "resourceModuleName": "vG",
76           "serviceResourceId": "someResourceId",
77           "solution": {
78             "identifierType": "cloudRegionId",
79             "cloudOwner": "amazon",
80             "identifiers": [
81               "gjhd-098-fhd-987"
82             ]
83           },
84           "assignmentInfo": [
85             {
86               "key": "cloudOwner",
87               "value": "amazon"
88             },
89             {
90               "key": "cloudRegionId",
91               "value": "1ac71fb8-ad43-4e16-9459-c3f372b8236d"
92             }
93           ]
94         }
95       ]
96     ],
97     "licenseSolutions": [
98       {
99         "resourceModuleName": "vGMuxInfra",
100         "serviceResourceId": "someResourceId",
101         "entitlementPoolUUID": [
102           "1ac71fb8-ad43-4e16-9459-c3f372b8236d",
103           "834fc71fb8-ad43-4fh7-9459-c3f372b8236f"
104         ],
105         "licenseKeyGroupUUID": [
106           "1ac71fb8-ad43-4e16-9459-c3f372b8236d",
107           "834fc71fb8-ad43-4fh7-9459-c3f372b8236f"
108         ],
109         "entitlementPoolInvariantUUID": [
110           "1ac71fb8-ad43-4e16-9459-c3f372b8236d",
111           "834fc71fb8-ad43-4fh7-9459-c3f372b8236f"
112         ],
113         "licenseKeyGroupInvariantUUID": [
114           "1ac71fb8-ad43-4e16-9459-c3f372b8236d",
115           "834fc71fb8-ad43-4fh7-9459-c3f372b8236f"
116         ]
117       }
118     ]
119   }
120 }