diff options
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/fetchBandwidthData.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/fetchBandwidthData.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json b/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json new file mode 100644 index 00000000..4fb9b9b6 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json @@ -0,0 +1,49 @@ +{ + "result_header": { + "result_code": "200", + "result_message": "5G slicing service bandwidth query result." + }, + "result_body": { + "slicing_total_bandwidth_list": [ + { + "service_id": "service1", + "total_bandwidth_list": [ + { + "timestamp": "1454171445000", + "total_bandwidth": "167" + }, + { + "timestamp": "1454171445000", + "total_bandwidth": "200" + } + ] + }, + { + "service_id": "service2", + "total_bandwidth_list": [ + { + "timestamp": "1454171447000", + "total_bandwidth": "88" + }, + { + "timestamp": "1454171447000", + "total_bandwidth": "184" + } + ] + }, + { + "service_id": "service3", + "total_bandwidth_list": [ + { + "timestamp": "1454171448000", + "total_bandwidth": "173" + }, + { + "timestamp": "1454171448000", + "total_bandwidth": "95" + } + ] + } + ] + } +}
\ No newline at end of file |