diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-12-09 07:06:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-09 07:06:33 +0000 |
commit | 926cecdfcb192ffb87d3a2bdbc984ae6a691885d (patch) | |
tree | a947626dc72858c09b1019c22f7b6f11ffd0bf96 /usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json | |
parent | 6a253751b055f4b9ece51d58b94880ce14f22e83 (diff) | |
parent | f54d3461ca4eefd777345139939772953516e02b (diff) |
Merge "feat:add mock json of monitor 5g page"
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json b/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json new file mode 100644 index 00000000..0c8dd97d --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json @@ -0,0 +1,49 @@ +{ + "result_header": { + "result_code": "200", + "result_message": "5G slicing service online users query result." + }, + "result_body": { + "slicing_online_user_list": [ + { + "service_id": "service1", + "online_user_list": [ + { + "timestamp": "1454171445000", + "online_users": "100" + }, + { + "timestamp": "1454171445000", + "online_users": "200" + } + ] + }, + { + "service_id": "service2", + "online_user_list": [ + { + "timestamp": "1454171446000", + "online_users": "157" + }, + { + "timestamp": "1454171446000", + "online_users": "189" + } + ] + }, + { + "service_id": "service3", + "online_user_list": [ + { + "timestamp": "1454171449000", + "online_users": "215" + }, + { + "timestamp": "1454171449000", + "online_users": "148" + } + ] + } + ] + } +}
\ No newline at end of file |