Add support to process NSI selection request
[optf/osdf.git] / test / apps / slice_selection / shared_solution_conductor_response.json
1 {
2    "plans":[
3       {
4          "status":"done",
5          "id":"plan_id",
6          "name":"Plan Name 1",
7          "links":[
8             [
9                {
10                   "href":"http://conductor:8091/v1/plans/plan_id",
11                   "rel":"self"
12                }
13             ]
14          ],
15          "recommendations":[
16             {
17                "embb-nst": {
18                   "inventory_provider": "aai",
19                   "candidate": {
20                      "exp_data_rate": 0,
21                      "conn_density": 0,
22                      "coverage_area_ta_list": "[{\"province\":\"??\",\"city\":\"???\",\"county\":\"???\",\"street\":\"?????\"}]",
23                      "activity_factor": 0,
24                      "cs_availability": null,
25                      "candidate_id": "1a636c4d-5e76-427e-bfd6-241a947224b0",
26                      "area_traffic_cap_dl": null,
27                      "latency": 20,
28                      "service_area_dimension": null,
29                      "e2e_latency": 0,
30                      "area_traffic_cap_ul": null,
31                      "inventory_provider": "aai",
32                      "exp_data_rate_ul": 100,
33                      "max_number_of_ues": 0,
34                      "ue_mobility_level": "stationary",
35                      "candidate_type": "nsi",
36                      "traffic_density": 0,
37                      "payload_size": 0,
38                      "exp_data_rate_dl": 100,
39                      "jitter": 0,
40                      "survival_time": 0,
41                      "resource_sharing_level": "shared",
42                      "inventory_type": "nsi",
43                      "reliability": null,
44                      "cost": 1.0,
45                      "instance_id": "f1041cdc-12da-4f36-b84e-68c380e9cd47",
46                      "instance_name": "nsi_test_0211"
47                   }
48                }
49             }
50          ]
51       }
52    ]
53 }