feat:add mock json of monitor 5g page 12/99312/1
authorcyuamber <xuranyjy@chinamobile.com>
Mon, 9 Dec 2019 04:23:12 +0000 (12:23 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Mon, 9 Dec 2019 04:23:18 +0000 (12:23 +0800)
Change-Id: If39d57bcb37955668beee0793b35a6ac6db014c8
Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/mock/json/fetchBandwidthData.json [new file with mode: 0644]
usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json [new file with mode: 0644]
usecaseui-portal/src/app/mock/json/fetchTrafficData.json [new file with mode: 0644]

diff --git a/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json b/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json
new file mode 100644 (file)
index 0000000..4fb9b9b
--- /dev/null
@@ -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
diff --git a/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json b/usecaseui-portal/src/app/mock/json/fetchOnlineusersData.json
new file mode 100644 (file)
index 0000000..0c8dd97
--- /dev/null
@@ -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
diff --git a/usecaseui-portal/src/app/mock/json/fetchTrafficData.json b/usecaseui-portal/src/app/mock/json/fetchTrafficData.json
new file mode 100644 (file)
index 0000000..dfac1a3
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "result_header": {
+    "result_code": "200",
+    "result_message": "5G slicing service traffic query result."
+  },
+  "result_body": {
+    "slicing_usage_traffic_list": [
+      {
+        "service_id": "service1",
+        "traffic_data": "100"
+      },
+      {
+        "service_id": "service2",
+        "traffic_data": "200"
+      },
+      {
+        "service_id": "service3",
+        "traffic_data": "80"
+      }
+    ]
+  }
+}
\ No newline at end of file