summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json
blob: 3b04a550b1e07573cd017ec10d479156e25fc815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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": "1454171446000",
            "total_bandwidth": "167"
          },
          {
            "timestamp": "1454173447000",
            "total_bandwidth": "200"
          }
        ]
      },
      {
        "service_id": "service2",
        "total_bandwidth_list": [
          {
            "timestamp": "1454171446000",
            "total_bandwidth": "88"
          },
          {
            "timestamp": "1454173447000",
            "total_bandwidth": "184"
          }
        ]
      },
      {
        "service_id": "service3",
        "total_bandwidth_list": [
          {
            "timestamp": "1454171446000",
            "total_bandwidth": "173"
          },
          {
            "timestamp": "1454173447000",
            "total_bandwidth": "95"
          }
        ]
      }
    ]
  }
}