Reorganize dashboard into subfolders
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / assets / mockdata / db.json
diff --git a/dashboard/webapp-frontend/src/assets/mockdata/db.json b/dashboard/webapp-frontend/src/assets/mockdata/db.json
new file mode 100644 (file)
index 0000000..31bd473
--- /dev/null
@@ -0,0 +1,36 @@
+{
+  "config": [
+    {
+      "id": "jsonURL",
+      "value": "http://localhost:3000"
+    },
+    {
+      "id": "host",
+      "value": "http://localhost:3000"
+    },
+    {
+      "id": "metricspath",
+      "value": "/a1ric/metrics"
+    },
+    {
+      "id": "delaypath",
+      "value": "/a1ric/delay"
+    },
+    {
+      "id": "loadpath",
+      "value": "/a1ric/load"
+    }
+  ],
+  "metrics": {
+    "latency": 11,
+    "load": 100,
+    "ricload": 100,
+    "time": 123
+  },
+  "delay": {
+    "delay": 64877
+  },
+  "load": {
+    "load": 1
+  }
+}
\ No newline at end of file