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
|
{
"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": "aai",
"candidate": {
"exp_data_rate": 0,
"conn_density": 0,
"coverage_area_ta_list": "[{\"province\":\"??\",\"city\":\"???\",\"county\":\"???\",\"street\":\"?????\"}]",
"activity_factor": 0,
"cs_availability": null,
"candidate_id": "1a636c4d-5e76-427e-bfd6-241a947224b0",
"area_traffic_cap_dl": null,
"latency": 20,
"service_area_dimension": null,
"e2e_latency": 0,
"area_traffic_cap_ul": null,
"inventory_provider": "aai",
"exp_data_rate_ul": 100,
"max_number_of_ues": 0,
"ue_mobility_level": "stationary",
"candidate_type": "nsi",
"traffic_density": 0,
"payload_size": 0,
"exp_data_rate_dl": 100,
"jitter": 0,
"survival_time": 0,
"resource_sharing_level": "shared",
"inventory_type": "nsi",
"reliability": null,
"cost": 1.0,
"instance_id": "f1041cdc-12da-4f36-b84e-68c380e9cd47",
"instance_name": "nsi_test_0211"
}
}
}
]
}
]
}
|