diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-12-09 01:08:15 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-12-09 01:23:36 +0800 |
commit | 6aa6f5cc8b6a4a54016a271ccf7dac14827aff43 (patch) | |
tree | d8003be570beb8443f5593360290c755262524f4 /usecaseui-portal/src/app/mock/json/getSlicingNssiDetail.json | |
parent | 7ea14076d7946bb252320469e93cf595aab3bfdb (diff) |
feat: add mock json of slicing page and modify the mock json data
Change-Id: I06d3678cdd4b962baca52e0182f11df0e284866a
Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/getSlicingNssiDetail.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/getSlicingNssiDetail.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/getSlicingNssiDetail.json b/usecaseui-portal/src/app/mock/json/getSlicingNssiDetail.json new file mode 100644 index 00000000..121254e9 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/getSlicingNssiDetail.json @@ -0,0 +1,23 @@ +{ + "result_header": { + "result_code": "200", + "result_message": "5G slicing service nssi details query result." + }, + "result_body": { + "record_number": 2, + "hosted_nsi_list": [ + { + "service_instance_id": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX", + "service_instance_name": "slicing_core_notwork", + "service_type": "eMBB", + "orchestration_status": "activated" + }, + { + "service_instance_id": "NSSI-C-001-HDBNJ-NSSMF-01-A-ZX", + "service_instance_name": "slicing_core_notwork", + "service_type": "eMBB", + "orchestration_status": "activated" + } + ] + } +}
\ No newline at end of file |