From 655cdc196cf2355aae018575682ba85ec1bda33e Mon Sep 17 00:00:00 2001 From: cyuamber Date: Fri, 29 Nov 2019 16:07:21 +0800 Subject: feat: Completed the interaction logic in the task processing component Change-Id: Ia3b6a4adb00a3c4b1d51ba6e2f63e7713881090e Issue-ID: USECASEUI-352 Signed-off-by: cyuamber --- .../src/app/mock/json/slicing_subnet_context.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 usecaseui-portal/src/app/mock/json/slicing_subnet_context.json (limited to 'usecaseui-portal/src/app/mock/json/slicing_subnet_context.json') diff --git a/usecaseui-portal/src/app/mock/json/slicing_subnet_context.json b/usecaseui-portal/src/app/mock/json/slicing_subnet_context.json new file mode 100644 index 00000000..b44d2135 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/slicing_subnet_context.json @@ -0,0 +1,27 @@ +{ + "result_header":{ + "result_code":"200", + "result_message":"5G slicing NSSI query based on environment context result." + }, + "result_body":{ + "record_number":2, + "nssi_service_instances":[ + { + "service_instance_order":"1", + "service_instance_id":"NSSI-C-001-HDBNJ-NSSMF-01-A-ZX", + "service_instance_name":"slicing_core_notwork", + "service_type":"slicing_core_notwork", + "environment_context":"cn", + "orchestration_status":"activated" + }, + { + "service_instance_order":"2", + "service_instance_id":"NSSI-C-001-HDBNJ-NSSMF-01-A-ZX", + "service_instance_name":"slicing_core_notwork", + "service_type":"slicing_core_notwork", + "environment_context":"cn", + "orchestration_status":"activated" + } + ] + } +} -- cgit 1.2.3-korg