aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/slice_selection/new_solution_conductor_response.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/slice_selection/new_solution_conductor_response.json')
-rw-r--r--test/apps/slice_selection/new_solution_conductor_response.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/test/apps/slice_selection/new_solution_conductor_response.json b/test/apps/slice_selection/new_solution_conductor_response.json
new file mode 100644
index 0000000..897aa2b
--- /dev/null
+++ b/test/apps/slice_selection/new_solution_conductor_response.json
@@ -0,0 +1,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
+ }
+ }
+ }
+ ]
+ }
+ ]
+}