aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/slice_selection/new_solution_conductor_response.json
blob: 897aa2b929199330a65b450110284f9b633ba75d (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
44
45
46
47
{
   "plans":[
      {
         "status":"done",
         "id":"plan_id",
         "name":"Plan Name 1",
         "links":[
            [
               {
                  "href":"http://conductor:8091/v1/plans/plan_id",
                  "rel":"self"
               }
            ]
         ],
         "recommendations":[
            {
               "embb-nst":{
                  "inventory_provider":"generator",
                  "candidate": {
                     "candidate_id":"1a636c4d-5e76-427e-bfd6-241a947224b0",
                     "latency":20,
                     "inventory_provider":"generator",
                     "max_number_of_ues":100,
                     "ue_mobility_level":"stationary",
                     "candidate_type":"slice_profiles",
                     "resource_sharing_level":"shared",
                     "inventory_type":"slice_profiles",
                     "reliability": 99.99,
                     "AN_latency": 10,
                     "AN_ue_mobility_level": "stationary",
                     "AN_max_number_of_ues": 100,
                     "AN_reliability": 99.99,
                     "AN_resource_sharing_level":"shared",
                     "CN_latency": 5,
                     "CN_reliability": 99.99,
                     "CN_resource_sharing_level":"shared",
                     "TN-BH_reliability": 99.99,
                     "TN-BH_latency": 5,
                     "TN-BH_resource_sharing_level":"shared",
                     "cost":1.0
                  }
               }
            }
         ]
      }
   ]
}