diff options
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/deactivateSlicingService.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/deactivateSlicingService.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/deactivateSlicingService.json b/usecaseui-portal/src/app/mock/json/deactivateSlicingService.json new file mode 100644 index 00000000..4d98ffff --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/deactivateSlicingService.json @@ -0,0 +1,9 @@ +{ + "result_header": { + "result_code": "200", + "result_message": "5G slicing service has been deactivated." + }, + "result_body": { + "operation_id": "123456" + } +}
\ No newline at end of file |